mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 15:34:31 +02:00
[ticket/17555] Fix typo in phpunit config
PHPBB-17555
This commit is contained in:
2
.github/phpunit-psql-windows-github.xml
vendored
2
.github/phpunit-psql-windows-github.xml
vendored
@@ -11,7 +11,7 @@
|
||||
bootstrap="../tests/bootstrap.php"
|
||||
timeoutForSmallTests="60"
|
||||
timeoutForMediumTests="300"
|
||||
timeoutForLargeTests="600">>
|
||||
timeoutForLargeTests="600">
|
||||
<testsuites>
|
||||
<testsuite name="phpBB Test Suite">
|
||||
<directory suffix="_test.php">../tests</directory>
|
||||
|
Reference in New Issue
Block a user