Commit 9b8bed28 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Remove one more debug from listner

parent ef3c5735
......@@ -87,7 +87,6 @@ class EcomDev_PHPUnit_Test_Listener implements PHPUnit_Framework_TestListener
if ($this->firstLevelTestSuite === $suite) {
$this->firstLevelTestSuite = null;
echo 'Finishing test suite...' . $suite->getName();
// Discard test scope app
if ($this->getAppReflection()->hasMethod('discardTestScope')) {
$this->getAppReflection()->getMethod('discardTestScope')->invoke(null);
......
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