Skip to content

Commit c4b0f23

Browse files
committed
test: remove remote phpunit schema dependency
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 34fd128 commit c4b0f23

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4-
bootstrap="vendor/autoload.php"
2+
<phpunit bootstrap="vendor/autoload.php"
53
colors="true"
64
cacheDirectory="build/.phpunit-cache"
75
beStrictAboutTestsThatDoNotTestAnything="true">

0 commit comments

Comments
 (0)