We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690962f commit 01b49c4Copy full SHA for 01b49c4
tests/04_Connecting/RepositoryTest.php
@@ -33,7 +33,7 @@ public function testDefaultWorkspace()
33
$repository = self::$loader->getRepository();
34
$session = $repository->login(self::$loader->getCredentials());
35
$this->assertInstanceOf('PHPCR\SessionInterface', $session);
36
- $this->assertEquals('default', $session->getWorkspace()->getName());
+ $this->assertEquals(self::$loader->getDefaultWorkspaceName(), $session->getWorkspace()->getName());
37
}
38
39
/**
0 commit comments