[HttpKernel] KernelTest::testGetRootDir fails on Windows for branch 2.0

This commit is contained in:
Christophe L 2012-08-25 22:46:45 +04:00
parent 07d108af5e
commit 9beffff263

View File

@ -284,7 +284,7 @@ EOF;
{ {
$kernel = new KernelForTest('test', true); $kernel = new KernelForTest('test', true);
$this->assertEquals(__DIR__, $kernel->getRootDir()); $this->assertEquals(__DIR__, realpath($kernel->getRootDir()));
} }
public function testGetName() public function testGetName()