Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6838d4b
added collection tests
ArnabChatterjee20k May 5, 2025
457b0c5
added document tests
ArnabChatterjee20k May 5, 2025
9b5315b
added attribute tests
ArnabChatterjee20k May 5, 2025
45addd5
added index tests
ArnabChatterjee20k May 5, 2025
51e076b
added relationship tests
ArnabChatterjee20k May 5, 2025
79ca5c9
added missing tests from attributes
ArnabChatterjee20k May 5, 2025
d48a5e0
added permission tests
ArnabChatterjee20k May 5, 2025
5c55c97
added general tests
ArnabChatterjee20k May 5, 2025
bb3ca67
added missing relationship tests
ArnabChatterjee20k May 5, 2025
1f4a75c
updated Base php to have only dependent methods
ArnabChatterjee20k May 5, 2025
afeffd2
added namespace and updated the base
ArnabChatterjee20k May 5, 2025
37e5bf2
added new tests to the traits
ArnabChatterjee20k May 5, 2025
d144103
Merge branch 'main' into fix/test-split
ArnabChatterjee20k May 5, 2025
b9451af
linting
ArnabChatterjee20k May 5, 2025
9ee2b17
linting
ArnabChatterjee20k May 5, 2025
6f3b680
propagateBulkDocuments
ArnabChatterjee20k May 6, 2025
2f90bb4
added missing tests and reordered them
ArnabChatterjee20k May 6, 2025
abc9fb6
Merge branch 'main' into fix/test-split
ArnabChatterjee20k May 6, 2025
11c6f3a
split relationship into domains
ArnabChatterjee20k May 7, 2025
614854e
linting
ArnabChatterjee20k May 7, 2025
a78403e
changed the order of the tests
ArnabChatterjee20k May 7, 2025
b428d82
Merge branch 'main' into fix/test-split
ItzNotABug May 7, 2025
3f8aad9
updated tests
ArnabChatterjee20k May 8, 2025
40d48a7
Merge branch 'main' into fix/test-split
ArnabChatterjee20k May 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18,276 changes: 16 additions & 18,260 deletions tests/e2e/Adapter/Base.php

Large diffs are not rendered by default.

1,631 changes: 1,631 additions & 0 deletions tests/e2e/Adapter/Scopes/AttributeTests.php

Large diffs are not rendered by default.

1,441 changes: 1,441 additions & 0 deletions tests/e2e/Adapter/Scopes/CollectionTests.php

Large diffs are not rendered by default.

3,830 changes: 3,830 additions & 0 deletions tests/e2e/Adapter/Scopes/DocumentTests.php

Large diffs are not rendered by default.

591 changes: 591 additions & 0 deletions tests/e2e/Adapter/Scopes/GeneralTests.php

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions tests/e2e/Adapter/Scopes/IndexTests.php

Large diffs are not rendered by default.

1,016 changes: 1,016 additions & 0 deletions tests/e2e/Adapter/Scopes/PermissionTests.php

Large diffs are not rendered by default.

2,080 changes: 2,080 additions & 0 deletions tests/e2e/Adapter/Scopes/RelationshipTests.php

Large diffs are not rendered by default.

1,562 changes: 1,562 additions & 0 deletions tests/e2e/Adapter/Scopes/Relationships/ManyToManyTests.php

Large diffs are not rendered by default.

1,641 changes: 1,641 additions & 0 deletions tests/e2e/Adapter/Scopes/Relationships/ManyToOneTests.php

Large diffs are not rendered by default.

2,030 changes: 2,030 additions & 0 deletions tests/e2e/Adapter/Scopes/Relationships/OneToManyTests.php

Large diffs are not rendered by default.

2,244 changes: 2,244 additions & 0 deletions tests/e2e/Adapter/Scopes/Relationships/OneToOneTests.php

Large diffs are not rendered by default.