[ticket/249] Add changes from phpBB files

B3P-249
This commit is contained in:
Marc Alexander
2014-06-09 00:11:13 +02:00
parent 89f3355c76
commit a2f728de3c
4 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
bootstrap="tests/bootstrap.php"> bootstrap="tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="phpBB Gallery Test Suite"> <testsuite name="phpBB Gallery Test Suite">
<directory suffix="_test.php">./tests/</directory> <directory suffix="_test.php">./tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>

View File

@@ -13,9 +13,9 @@
bootstrap="../tests/bootstrap.php"> bootstrap="../tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="phpBB Test Suite"> <testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory> <directory suffix="_test.php">../tests</directory>
<exclude>tests/functional</exclude> <exclude>../tests/functional</exclude>
<exclude>tests/lint_test.php</exclude> <exclude>../tests/lint_test.php</exclude>
</testsuite> </testsuite>
<testsuite name="phpBB Functional Tests"> <testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory> <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>

View File

@@ -13,8 +13,8 @@
bootstrap="../tests/bootstrap.php"> bootstrap="../tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="phpBB Test Suite"> <testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory> <directory suffix="_test.php">../tests</directory>
<exclude>tests/functional</exclude> <exclude>../tests/functional</exclude>
</testsuite> </testsuite>
<testsuite name="phpBB Functional Tests"> <testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory> <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>

View File

@@ -13,8 +13,8 @@
bootstrap="../tests/bootstrap.php"> bootstrap="../tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="phpBB Test Suite"> <testsuite name="phpBB Test Suite">
<directory suffix="_test.php">../tests/</directory> <directory suffix="_test.php">../tests</directory>
<exclude>tests/functional</exclude> <exclude>../tests/functional</exclude>
</testsuite> </testsuite>
<testsuite name="phpBB Functional Tests"> <testsuite name="phpBB Functional Tests">
<directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory> <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory>