We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae74007 commit a1687afCopy full SHA for a1687af
phpunit.dist.xml
@@ -20,12 +20,12 @@
20
displayDetailsOnTestsThatTriggerWarnings="true">
21
<testsuites>
22
<testsuite name="Behat Gherkin test suite">
23
- <directory>./tests/Behat/Gherkin/</directory>
+ <directory>./tests/</directory>
24
</testsuite>
25
</testsuites>
26
<source>
27
<include>
28
- <directory>./src/Behat/Gherkin/</directory>
+ <directory>./src/</directory>
29
</include>
30
</source>
31
</phpunit>
0 commit comments