Skip to content

Commit b566721

Browse files
committed
Fix tests
1 parent bf59887 commit b566721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e/Adapter/Base.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717

1818
abstract class Base extends TestCase
1919
{
20-
use DocumentTests;
21-
2220
use CollectionTests;
23-
21+
use DocumentTests;
2422
use AttributeTests;
2523
use IndexTests;
2624
use PermissionTests;

0 commit comments

Comments
 (0)