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

@ -17,6 +17,8 @@ use PHPUnit\Framework\TestCase;
if (method_exists(\ReflectionMethod::class, 'hasReturnType') && (new \ReflectionMethod(TestCase::class, 'tearDown'))->hasReturnType()) {
eval('
namespace Symfony\Bundle\FrameworkBundle\Test;
/**
* @internal
*/