Skip to content

Commit

Permalink
ci: migrate phpunit config (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jul 27, 2024
1 parent 2047d13 commit 3a739f7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
executionOrder="random"
colors="true"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<coverage/>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>

<source>
<include>
<directory>src</directory>
</include>
</source>
<coverage/>

<source>
<include>
<directory>src</directory>
</include>
</source>
</phpunit>

0 comments on commit 3a739f7

Please sign in to comment.