Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tests/Import/ImportRepositoryContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ public function testImportXMLNoFile()
$this->session->importXML('/', 'nonexisting.xml', ImportUUIDBehaviorInterface::IMPORT_UUID_COLLISION_THROW);
}

/*
TODO: can we make XMLReader throw exception instead of whatever it does now?
public function testImportXMLNoXml()
{
$this->session->importXML('/', __FILE__, ImportUUIDBehaviorInterface::IMPORT_UUID_COLLISION_THROW);
}
*/
/*
TODO: can we make XMLReader throw exception instead of whatever it does now?
public function testImportXMLNoXml()
{
$this->session->importXML('/', __FILE__, ImportUUIDBehaviorInterface::IMPORT_UUID_COLLISION_THROW);
}
*/

public function testImportXMLDocument()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/NodeTypeDiscovery/PropertyDefinitionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function testIsQueryOrderable()
$this->assertTrue($b);
}

/// item methods ///
/// item methods ///
public function testGetDeclaringNodeType()
{
$nt = $this->primaryType->getDeclaringNodeType();
Expand Down
8 changes: 4 additions & 4 deletions tests/Query/QOM/QomTestQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
)
;

/*
* 6.7.10 ChildNodeJoinCondition
*/
/*
* 6.7.10 ChildNodeJoinCondition
*/

// SELECT * FROM nt:file INNER JOIN nt:folder ON ISCHILDNODE(child, parent)
$queries['6.7.10.ChildNodeCondition'] =
Expand Down Expand Up @@ -508,7 +508,7 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
)
;

/*
/*
* 6.7.29. NodeName
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Reading/SessionReadMethodsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function testGetItemRepositoryException()
$this->session->getItem('//');
}

//5.1.2
//5.1.2
public function testItemExists()
{
$this->assertTrue($this->session->itemExists('/'));
Expand Down