Commit 19fa6319 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fixing merge

parents 192345c2 08dae3e8
...@@ -59,6 +59,8 @@ class EcomDev_PHPUnit_Test_Listener implements PHPUnit_Framework_TestListener ...@@ -59,6 +59,8 @@ class EcomDev_PHPUnit_Test_Listener implements PHPUnit_Framework_TestListener
$this->getAppReflection()->getMethod('applyTestScope')->invoke(null); $this->getAppReflection()->getMethod('applyTestScope')->invoke(null);
} }
$this->firstLevelTestSuite = $suite; $this->firstLevelTestSuite = $suite;
Mage::dispatchEvent('phpunit_suite_start_after', array( Mage::dispatchEvent('phpunit_suite_start_after', array(
'suite' => $suite, 'suite' => $suite,
......
<?php <?php
/** /**
* PHP Unit test suite for Magento * PHP Unit test suite for Magento
* *
......
...@@ -147,4 +147,5 @@ class EcomDev_PHPUnitTest_Test_Lib_Mock_Proxy extends PHPUnit_Framework_TestCase ...@@ -147,4 +147,5 @@ class EcomDev_PHPUnitTest_Test_Lib_Mock_Proxy extends PHPUnit_Framework_TestCase
$this->assertEquals(false, $this->mockProxy->compareValues('value1', 'value2')); $this->assertEquals(false, $this->mockProxy->compareValues('value1', 'value2'));
$this->assertEquals(true, $this->mockProxy->compareValues('value1', 'value1')); $this->assertEquals(true, $this->mockProxy->compareValues('value1', 'value1'));
} }
} }
...@@ -193,4 +193,4 @@ class EcomDev_PHPUnit_Helper ...@@ -193,4 +193,4 @@ class EcomDev_PHPUnit_Helper
}); });
} }
} }
\ No newline at end of file
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