Skip to content

Commit 4036c19

Browse files
committed
Specified the paths for Oss and Xpack YAML tests
1 parent f84414f commit 4036c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit-yaml-oss-tests.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</php>
1515
<testsuites>
1616
<testsuite name="Yaml tests">
17-
<directory>tests/Elasticsearch/Tests/Yaml</directory>
17+
<directory>tests/Elasticsearch/Tests/Yaml/Oss</directory>
1818
</testsuite>
1919
</testsuites>
2020
<groups>

phpunit-yaml-xpack-tests.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</php>
1515
<testsuites>
1616
<testsuite name="Yaml tests">
17-
<directory>tests/Elasticsearch/Tests/Yaml</directory>
17+
<directory>tests/Elasticsearch/Tests/Yaml/Xpack</directory>
1818
</testsuite>
1919
</testsuites>
2020
<groups>

0 commit comments

Comments
 (0)