Skip to content

Commit

Permalink
Merge pull request #45 from sectsect/feature/phpunit-config
Browse files Browse the repository at this point in the history
test: update config
  • Loading branch information
sectsect authored Apr 29, 2024
2 parents def5362 + 72a8fb4 commit b9ac288
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"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" forceCoversAnnotation="true">
<testsuites>
<testsuite name="testing">
<directory suffix=".php">./tests/</directory>
Expand Down

0 comments on commit b9ac288

Please sign in to comment.