Skip to content

Commit 42fc5a9

Browse files
committed
Enforece Time limits
1 parent 9e0174c commit 42fc5a9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

phpunit.xml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" bootstrap="tests/bootstrap.php" backupGlobals="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" cacheDirectory=".phpunit.cache" beStrictAboutCoverageMetadata="true"
3-
extensionsDirectory="tools/phpunit.d">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
3+
bootstrap="tests/bootstrap.php"
4+
backupGlobals="false"
5+
beStrictAboutOutputDuringTests="true"
6+
beStrictAboutTestsThatDoNotTestAnything="true"
7+
enforceTimeLimit="true"
8+
cacheDirectory=".phpunit.cache"
9+
beStrictAboutCoverageMetadata="true"
10+
extensionsDirectory="tools/phpunit.d">
411
<coverage>
512
<report>
613
<html outputDirectory="build/coverage/html"/>

0 commit comments

Comments
 (0)