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 be3b1a9 commit fb36bdcCopy full SHA for fb36bdc
tests/15_Versioning/VersionManagerTest.php
@@ -27,6 +27,7 @@ public function setUp()
27
public function testCheckinCheckoutVersion()
28
{
29
$history = $this->vm->getVersionHistory('/tests_version_base/versioned');
30
+ $this->assertInstanceOf('PHPCR\Version\VersionHistoryInterface', $history);
31
$this->assertEquals(1, count($history->getAllVersions()));
32
33
$this->vm->checkout('/tests_version_base/versioned');
0 commit comments