8000 [HttpKernel] KernelTest::testGetRootDir fails on Windows for branch 2.0 · samswitz/symfony@9beffff · GitHub
[go: up one dir, main page]

Skip to content

Commit 9beffff

Browse files
committed
[HttpKernel] KernelTest::testGetRootDir fails on Windows for branch 2.0
1 parent 07d108a commit 9beffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/Tests/Component/HttpKernel/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function testGetRootDir()
284284
{
285285
$kernel = new KernelForTest('test', true);
286286

287-
$this->assertEquals(__DIR__, $kernel->getRootDir());
287+
$this->assertEquals(__DIR__, realpath($kernel->getRootDir()));
288288
}
289289

290290
public function testGetName()

0 commit comments

Comments
 (0)
0