We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc43042 commit 2cfc83cCopy full SHA for 2cfc83c
dev/tests/integration/framework/tests/unit/phpunit.xml.dist
@@ -6,12 +6,11 @@
6
*/
7
-->
8
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
10
colors="true"
11
columns="max"
12
beStrictAboutTestsThatDoNotTestAnything="false"
13
- bootstrap="./framework/bootstrap.php"
14
->
+ bootstrap="./framework/bootstrap.php">
15
<!-- Test suites definition -->
16
<testsuites>
17
<testsuite name="Unit Tests for Integration Tests Framework">
0 commit comments