Skip to content

Commit 012ecfd

Browse files
Add length check
1 parent f9ffa9d commit 012ecfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ public function testHTTPSuccess(): void
216216
if ($row == 'unique()') {
217217
$this->assertNotEmpty($output[$i]);
218218
$this->assertIsString($output[$i]);
219+
$this->assertEquals(18, strlen($output[$i]));
219220
$this->assertNotEquals($output[$i], 'unique()');
220221
} else {
221222
$this->assertEquals($output[$i], $row);

0 commit comments

Comments
 (0)