Skip to content

Commit

Permalink
Corrected test suite name to avoid requiring escaping when passing it…
Browse files Browse the repository at this point in the history
… as CLI argument
  • Loading branch information
Ocramius committed Aug 25, 2018
1 parent c99d70c commit bff256d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
beStrictAboutChangesToGlobalState="true"
>
<testsuites>
<testsuite name="ProxyManager tests">
<testsuite name="unit">
<directory>./tests/ProxyManagerTest</directory>
</testsuite>
<testsuite name="ProxyManager language integration tests">
<testsuite name="integration">
<directory suffix=".phpt">./tests/language-feature-scripts</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit bff256d

Please sign in to comment.