uncommented a commented test

This commit is contained in:
Fabien Potencier 2013-05-10 11:39:39 +02:00
parent 5b6da97c49
commit 1003c39a10
1 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ class PhpDumperTest extends \PHPUnit_Framework_TestCase
/* @var $proxy \stdClass_c1d194250ee2e2b7d2eab8b8212368a8 */
$proxy = $container->get('foo');
/*
$this->assertInstanceOf('stdClass_c1d194250ee2e2b7d2eab8b8212368a8', $proxy);
$this->assertSame($proxy, $container->get('foo'));
@ -68,6 +67,5 @@ class PhpDumperTest extends \PHPUnit_Framework_TestCase
$this->assertTrue($proxy->isProxyInitialized());
$this->assertSame($proxy, $container->get('foo'));
*/
}
}