We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3f50a commit aa69f3cCopy full SHA for aa69f3c
tests/SchemaTest.php
@@ -408,8 +408,6 @@ public function testGetTables()
408
$this->assertArrayHasKey('size', $table);
409
$this->assertArrayHasKey('schema', $table);
410
$this->assertArrayHasKey('schema_qualified_name', $table);
411
-
412
- // Ensure "test_view" is not in the tables list
413
$this->assertNotEquals('test_view', $table['name'], 'Standard views should not be included in the result of getTables.');
414
415
if ($table['name'] === 'newcollection') {
0 commit comments