mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
[ticket/10839] Remove version compare as the php minimum requirement is 5.3.3
PHPBB3-10839
This commit is contained in:
parent
3b3f941f5f
commit
f8fb65db63
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user