1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 07:24:31 +02:00

[ticket/17555] Fix typo in phpunit config

PHPBB-17555
This commit is contained in:
Marc Alexander
2025-10-04 20:42:11 +02:00
parent db86ad60cb
commit 17e4fd206e

View File

@@ -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>