Skip to content

Commit

Permalink
trying to remove depreciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrelaud committed Nov 3, 2024
1 parent 9f7e779 commit 6b587f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
>
<testsuites>
<testsuite name="Test Suite">
Expand Down

0 comments on commit 6b587f4

Please sign in to comment.