diff --git a/tests/e2e/Adapter/Base.php b/tests/e2e/Adapter/Base.php index ba2a1682c..9a39818c1 100644 --- a/tests/e2e/Adapter/Base.php +++ b/tests/e2e/Adapter/Base.php @@ -5475,7 +5475,7 @@ public function testNoChangeUpdateDocumentWithRelationWithoutPermission(): void } } - public function testLimitForAttributesCount(): void + public function testExceptionAttributeLimit(): void { if (static::getDatabase()->getAdapter()->getLimitForAttributes() === 0) { $this->expectNotToPerformAssertions(); @@ -5543,7 +5543,7 @@ public function testLimitForAttributesCount(): void } } - public function testLimitForAttributesRowSize(): void + public function testExceptionWidthLimit(): void { if (static::getDatabase()->getAdapter()->getDocumentSizeLimit() === 0) { $this->expectNotToPerformAssertions();