fix lost namespace in eval

This commit is contained in:
Ilya Bulakh 2019-02-14 17:37:06 +03:00 committed by Fabien Potencier
parent 1614a52b28
commit 8743a1ada8

View File

@ -16,7 +16,9 @@ use PHPUnit\Framework\TestCase;
// Auto-adapt to PHPUnit 8 that added a `void` return-type to the tearDown method
if (method_exists(\ReflectionMethod::class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
eval('
eval('
namespace Symfony\Bundle\FrameworkBundle\Test;
/**
* @internal
*/