Skip to content

Commit

Permalink
Add extension to phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benholmen committed Sep 23, 2023
1 parent 2edafda commit 92896ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
<directory suffix=".php">./src</directory>
</include>
</source>
<extensions>
<bootstrap class="BenHolmen\Defrag\Extension"/>
</extensions>
</phpunit>

0 comments on commit 92896ff

Please sign in to comment.