public function KernelTest::testGetRootDir in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/KernelTest.php \Symfony\Component\HttpKernel\Tests\KernelTest::testGetRootDir()
File
- vendor/
symfony/ http-kernel/ Tests/ KernelTest.php, line 358
Class
Namespace
Symfony\Component\HttpKernel\TestsCode
public function testGetRootDir() {
$kernel = new KernelForTest('test', true);
$this
->assertEquals(__DIR__ . DIRECTORY_SEPARATOR . 'Fixtures', realpath($kernel
->getRootDir()));
}