Skip to content

Commit

Permalink
Fix phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 22, 2024
1 parent cee0007 commit fc17a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="../vendor/autoload.php">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="../vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false">
<testsuites>
<testsuite name="Basic">
<file>../tests/testcases/BasicTest.php</file>
Expand Down

0 comments on commit fc17a39

Please sign in to comment.