Skip to content

Commit

Permalink
Removed phpunit options that Github doesn't allow
Browse files Browse the repository at this point in the history
  • Loading branch information
lux committed Oct 15, 2023
1 parent 8697184 commit f1f7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
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" backupGlobals="false" bootstrap="./tests/bootstrap.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="./tests/bootstrap.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd">
<testsuites>
<testsuite name="Elefant Test Suite">
<directory suffix="Test.php" phpVersion="7.4.0" phpVersionOperator="&gt;=">./tests</directory>
Expand Down

0 comments on commit f1f7090

Please sign in to comment.