Skip to content

Commit

Permalink
[Maintenance] Update PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Sep 25, 2024
1 parent 0037ddf commit cae1597
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php">
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit cae1597

Please sign in to comment.