Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
13849b7
test(jsonld): migrate trivial behat features to ApiTestCase
soyuka May 6, 2026
e201ee8
test(jsonld): migrate context/non-resource and abs/net URL features
soyuka May 6, 2026
e47f456
test(hydra): migrate entrypoint, error and item_uri_template features
soyuka May 6, 2026
ff17d4c
test(hydra): migrate collection, docs and input_output features
soyuka May 6, 2026
a5a8488
test(jsonld): close coverage gaps left by behat migration
soyuka May 6, 2026
3346668
chore(tests): remove fixtures orphaned by jsonld behat migration
soyuka May 6, 2026
f0da62c
chore(tests): fix references orphaned by jsonld behat migration
soyuka May 7, 2026
3dc6fae
test(jsonld): fix CI failures from behat migration
soyuka May 7, 2026
3e6e4a9
test(hal): migrate behat features to ApiTestCase
soyuka May 7, 2026
73af8a4
cs: enforce yoda style in JsonLd CollectionPagedResource
soyuka May 7, 2026
6bea93d
chore(tests): move root JSON-LD tests into JsonLd/ subdir
soyuka May 7, 2026
555e987
chore(tests): split monolithic JsonLdTest into per-feature files
soyuka May 7, 2026
012437b
chore(tests): split monolithic JsonApiTest into JsonApi/ subdir
soyuka May 7, 2026
f3e5485
test(security): migrate authorization behat features to ApiTestCase
soyuka May 7, 2026
3ec7ea7
test(jsonapi): migrate behat features to ApiTestCase
soyuka May 7, 2026
1815db1
test(jsonapi): back CRUD and inclusion tests with Doctrine persistence
soyuka May 7, 2026
bd5c446
chore(ci): fix jsonapi migration follow-ups
soyuka May 11, 2026
6af9368
test(security): skip DenyTest ORM-id-bound scenarios on MongoDB
soyuka May 11, 2026
9bff016
test(security): modernize DenyTest fixtures, drop INCREMENT id assump…
soyuka May 11, 2026
5f9f5f7
test(hal,jsonld): close remaining behat migration coverage gaps
soyuka May 11, 2026
7f5bd9a
test(jsonld): cover Issue5438 inheritance IRIs
soyuka May 11, 2026
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
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ jobs:
php: ${{ fromJSON(github.event_name == 'pull_request' && '["8.2","8.5"]' || '["8.2","8.3","8.4","8.5"]') }}
shard:
- main
- ld-api-hal-hydra
- graphql-doctrine
- misc
include:
Expand Down Expand Up @@ -496,9 +495,8 @@ jobs:
run: |
case "${{ matrix.shard }}" in
main) paths="features/main" ;;
ld-api-hal-hydra) paths="features/jsonld features/jsonapi features/hal features/hydra" ;;
graphql-doctrine) paths="features/graphql features/doctrine" ;;
misc) paths="features/authorization features/filter features/issues features/security features/serializer features/http_cache features/sub_resources features/json features/xml features/push_relations features/mercure" ;;
misc) paths="features/filter features/issues features/security features/serializer features/http_cache features/sub_resources features/json features/xml features/push_relations features/mercure" ;;
esac
echo "paths=$paths" >> $GITHUB_OUTPUT
- name: Run Behat tests (PHP ${{ matrix.php }} ${{ matrix.shard }})
Expand Down
319 changes: 0 additions & 319 deletions features/authorization/deny.feature

This file was deleted.

Loading
Loading