From 1003c39a106cf328da613994493fab5a190b7b85 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 10 May 2013 11:39:39 +0200 Subject: [PATCH] uncommented a commented test --- .../ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php index 417b1afd0e..f5025e70b7 100644 --- a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php +++ b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Dumper/PhpDumperTest.php @@ -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')); -*/ } }