Skip to content

Commit 2cfc83c

Browse files
CE-33707: Refactored PHPUnit configuration file for integration framework unit tests
1 parent fc43042 commit 2cfc83c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/tests/integration/framework/tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
*/
77
-->
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
9+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
1010
colors="true"
1111
columns="max"
1212
beStrictAboutTestsThatDoNotTestAnything="false"
13-
bootstrap="./framework/bootstrap.php"
14-
>
13+
bootstrap="./framework/bootstrap.php">
1514
<!-- Test suites definition -->
1615
<testsuites>
1716
<testsuite name="Unit Tests for Integration Tests Framework">

0 commit comments

Comments
 (0)