Skip to content

Commit aa69f3c

Browse files
committed
Remove comment
1 parent 5b3f50a commit aa69f3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/SchemaTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ public function testGetTables()
408408
$this->assertArrayHasKey('size', $table);
409409
$this->assertArrayHasKey('schema', $table);
410410
$this->assertArrayHasKey('schema_qualified_name', $table);
411-
412-
// Ensure "test_view" is not in the tables list
413411
$this->assertNotEquals('test_view', $table['name'], 'Standard views should not be included in the result of getTables.');
414412

415413
if ($table['name'] === 'newcollection') {

0 commit comments

Comments
 (0)