public function testGetRootDir() { $kernel = new KernelForTest('test', true); $this ->assertEquals(__DIR__ . DIRECTORY_SEPARATOR . 'Fixtures', realpath($kernel ->getRootDir())); }