We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b0cf1 commit 6f23b3dCopy full SHA for 6f23b3d
tests/e2e/Adapter/Scopes/SchemalessTests.php
@@ -1873,7 +1873,6 @@ public function testUpsertFieldRemoval(): void
1873
1874
if ($database->getAdapter()->getSupportForAttributes()) {
1875
$this->markTestSkipped('Adapter supports attributes (schemaful mode). Field removal in upsert is tested in schemaful tests.');
1876
- return;
1877
}
1878
1879
$collectionName = ID::unique();
0 commit comments