Skip to content
Snippets Groups Projects
Commit 35ae0099 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Test phpunit options for memory leak

parent 38a84bef
No related merge requests found
Pipeline #25172 failed with stage
in 20 minutes and 39 seconds
......@@ -194,7 +194,6 @@ abstract class AbstractControllerTestCase extends Zend_Test_PHPUnit_ControllerTe
if ($prop->isStatic() || strpos($prop->getDeclaringClass()->getName(), 'PHPUnit\\') === 0) {
continue;
}
var_dump( $prop);
unset($this->{$prop->getName()});
}
}
......
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