Skip to content

Commit

Permalink
Updated PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
YOUR1 committed Dec 13, 2023
1 parent 21be4b8 commit 0fe4fcd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +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/10.2/phpunit.xsd"
bootstrap="vendor/autoload.php"
executionOrder="depends,defects"
beStrictAboutOutputDuringTests="true"
Expand All @@ -11,9 +10,11 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<source>

<!-- Configuration for code coverage -->
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>
</include>
</source>
</coverage>
</phpunit>

0 comments on commit 0fe4fcd

Please sign in to comment.