1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/13809] Perform the lint test prior to normal tests

PHPBB3-13809
This commit is contained in:
Joas Schilling
2015-05-03 12:58:30 +02:00
parent f42a737419
commit b73b9f1dec
2 changed files with 1 additions and 3 deletions

View File

@@ -18,9 +18,6 @@
<exclude>../tests/lint_test.php</exclude>
<exclude>../tests/ui</exclude>
</testsuite>
<testsuite name="phpBB Lint Test">
<file>../tests/lint_test.php</file>
</testsuite>
<testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>
</testsuite>