We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25858ac commit ef34521Copy full SHA for ef34521
phpunit.xml
@@ -9,11 +9,11 @@
9
<testsuites>
10
<testsuite name="unit">
11
<directory prefix="test-" suffix=".php">./tests/unit/</directory>
12
+ <file phpVersion="7.0.0">./tests/unit/test-model-php7.php</file>
13
</testsuite>
14
<testsuite name="integration">
15
<directory prefix="test-" suffix=".php">./tests/integration/</directory>
16
- <file phpVersion="7.0.0">/unit/test-model-php7.php</file>
17
</testsuites>
18
19
<whitelist processUncoveredFilesFromWhitelist="true">
0 commit comments