Skip to content

Commit a954570

Browse files
updated tests
1 parent 2e8576e commit a954570

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6189,6 +6189,11 @@ public function testBypassStructureWithSupportForAttributes(): void
61896189
{
61906190
/** @var Database $database */
61916191
$database = static::getDatabase();
6192+
// for schemaless the validation will be automatically skipped
6193+
if (!$database->getAdapter()->getSupportForAttributes()) {
6194+
$this->expectNotToPerformAssertions();
6195+
return;
6196+
}
61926197

61936198
$collectionId = 'successive_update_single';
61946199
Authorization::cleanRoles();

0 commit comments

Comments
 (0)