Skip to content

Commit

Permalink
Changed phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 30, 2024
1 parent d825c79 commit 5801af5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="vendor/autoload.php"
colors="true" processIsolation="false" stopOnFailure="false" stopOnError="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache"
backupStaticProperties="false">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
bootstrap="vendor/autoload.php"
colors="true"
processIsolation="false"
stopOnFailure="false"
stopOnError="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd">
<testsuites>
<testsuite name="Icon Test Suite">
<directory suffix="Test.php">./tests</directory>
Expand Down

0 comments on commit 5801af5

Please sign in to comment.