Skip to content

Commit ef34521

Browse files
Fix php 7 version detection for 25858ac
1 parent 25858ac commit ef34521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<testsuites>
1010
<testsuite name="unit">
1111
<directory prefix="test-" suffix=".php">./tests/unit/</directory>
12+
<file phpVersion="7.0.0">./tests/unit/test-model-php7.php</file>
1213
</testsuite>
1314
<testsuite name="integration">
1415
<directory prefix="test-" suffix=".php">./tests/integration/</directory>
1516
</testsuite>
16-
<file phpVersion="7.0.0">/unit/test-model-php7.php</file>
1717
</testsuites>
1818

1919
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)