Skip to content

Commit 1f29a48

Browse files
committed
added assertion
1 parent 7dfee54 commit 1f29a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CollectionExtendedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function testCreateRenameAndDeleteCollectionWithWrongEncoding()
338338
// inject wrong encoding
339339
$isoValue = iconv('UTF-8', 'ISO-8859-1//TRANSLIT', 'ArangoDB_PHP_TestSuite_TestCollection_01_renamedü');
340340

341-
$collectionHandler->rename($resultingCollection, $isoValue);
341+
static::assertTrue($collectionHandler->rename($resultingCollection, $isoValue));
342342

343343

344344
$response = $collectionHandler->drop($resultingCollection);

0 commit comments

Comments
 (0)