Skip to content

Commit 6565796

Browse files
author
Erik Frèrejean
committed
[stk/ascraeus] Move php tests into test/php
1 parent d10e393 commit 6565796

30 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323

2424
script:
2525
- phpcs -p -s --report-full --report-gitblame --standard=codesniffer stk/
26-
- phpunit --configuration test/travis/$DB.travis.xml
26+
- phpunit --configuration test/php/travis/$DB.travis.xml
2727

2828
notifications:
2929
email:

phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
stopOnFailure="false"
1111
syntaxCheck="true"
1212
strict="true"
13-
bootstrap="test/bootstrap.php">
13+
bootstrap="test/php/bootstrap.php">
1414
<testsuites>
1515
<testsuite name="phpBB Support Toolkit Test Suite">
16-
<directory suffix="_test.php">./test/tests/</directory>
16+
<directory suffix="_test.php">./test/php/tests/</directory>
1717
</testsuite>
1818
</testsuites>
1919

test/bootstrap.php test/php/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// Define some initial constants
11-
define('STK_ROOT', __DIR__ . '/../stk/');
11+
define('STK_ROOT', __DIR__ . '/../../stk/');
1212
define('PHPBB_FILES', STK_ROOT . 'phpBB/');
1313
define('IN_TEST', true);
1414

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)