Compare commits

...

1 Commits

Author SHA1 Message Date
Fabien Potencier 0e9d7c1215 fixed CS 2013-05-06 12:48:41 +02:00
+1
View File
@@ -42,6 +42,7 @@ class DebugClassLoaderTest extends \PHPUnit_Framework_TestCase
$reflProp->setAccessible(true);
$this->assertNotInstanceOf('Symfony\Component\ClassLoader\DebugClassLoader', $reflProp->getValue($function[0]));
return;
}
}