Skip to content

Commit

Permalink
fix: Fixed test issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed Dec 15, 2023
1 parent 6cb7488 commit 903180d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<coverage/>
<testsuites>
<testsuite name="Organisationsnummer Test Suite">
<directory suffix=".php">./tests/</directory>
<directory>./tests/</directory>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">./app</directory>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>

0 comments on commit 903180d

Please sign in to comment.