Commit 0f1e60a6 authored by Kristof Ringleff's avatar Kristof Ringleff

load fixture for class

parent dc14d15f
<?php <?php
/**
* @loadSharedFixture testFixtureArrayMerge.yaml
*/
class EcomDev_PHPUnitTest_Test_Model_Fixture extends EcomDev_PHPUnit_Test_Case class EcomDev_PHPUnitTest_Test_Model_Fixture extends EcomDev_PHPUnit_Test_Case
{ {
/**
* @loadFixture testFixtureArrayMerge.yaml
*/
public function testFixtureArrayMerge() public function testFixtureArrayMerge()
{ {
require_once($this->_getVfsUrl('app/code/community/EcomDev/PHPUnit/Test/Model/ExampleClass.php')); require_once($this->_getVfsUrl('app/code/community/EcomDev/PHPUnit/Test/Model/ExampleClass.php'));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment