Skip to content

Commit 9fe24d8

Browse files
[JsonPath] Use git submodules for JsonPath compliance test suite
1 parent bb2e6f9 commit 9fe24d8

File tree

8 files changed

+20
-13204
lines changed

8 files changed

+20
-13204
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545
with:
46+
submodules: recursive
4647
fetch-depth: 2
4748

4849
- name: Setup PHP

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v4
3939
with:
40+
submodules: recursive
4041
fetch-depth: 2
4142

4243
- name: Setup PHP

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/Symfony/Component/JsonPath/Tests/Fixtures/jsonpath-cts"]
2+
path = src/Symfony/Component/JsonPath/Tests/Fixtures/jsonpath-cts
3+
url = https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Tests/Fixtures/jsonpath-cts"]
2+
path = Tests/Fixtures/jsonpath-cts
3+
url = https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git

src/Symfony/Component/JsonPath/Tests/Fixtures/Makefile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)