Skip to content

Commit c908ecb

Browse files
dbuStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent c0e2657 commit c908ecb

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

tests/Import/ImportRepositoryContentTest.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,13 @@ public function testImportXMLNoFile()
341341
$this->session->importXML('/', 'nonexisting.xml', ImportUUIDBehaviorInterface::IMPORT_UUID_COLLISION_THROW);
342342
}
343343

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

352352
public function testImportXMLDocument()
353353
{

tests/NodeTypeDiscovery/PropertyDefinitionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public function testIsQueryOrderable()
249249
$this->assertTrue($b);
250250
}
251251

252-
/// item methods ///
252+
/// item methods ///
253253
public function testGetDeclaringNodeType()
254254
{
255255
$nt = $this->primaryType->getDeclaringNodeType();

tests/Query/QOM/QomTestQueries.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ public static function getQueries(QueryObjectModelFactoryInterface $factory)
137137
)
138138
;
139139

140-
/*
141-
* 6.7.10 ChildNodeJoinCondition
142-
*/
140+
/*
141+
* 6.7.10 ChildNodeJoinCondition
142+
*/
143143

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

511-
/*
511+
/*
512512
* 6.7.29. NodeName
513513
*/
514514

tests/Reading/SessionReadMethodsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function testGetItemRepositoryException()
224224
$this->session->getItem('//');
225225
}
226226

227-
//5.1.2
227+
//5.1.2
228228
public function testItemExists()
229229
{
230230
$this->assertTrue($this->session->itemExists('/'));

0 commit comments

Comments
 (0)