Skip to content

Commit

Permalink
[ticket/10839] Remove version compare as the php minimum requirement …
Browse files Browse the repository at this point in the history
…is 5.3.3

PHPBB3-10839
  • Loading branch information
nickvergessen committed May 9, 2014
1 parent 3b3f941 commit f8fb65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<exclude>./tests/lint_test.php</exclude>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">./tests/functional</directory>
<directory suffix="_test.php">./tests/functional</directory>
</testsuite>
<testsuite name="phpBB Lint Test">
<file>./tests/lint_test.php</file>
Expand Down

0 comments on commit f8fb65d

Please sign in to comment.