Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Dec 13, 2024
1 parent 73f6624 commit bbd2175
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
processIsolation="false"
stopOnFailure="false"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
cacheResult="false">
<coverage>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<file>./src/CascadesDeletesModel.php</file>
</exclude>
</coverage>
</source>
<testsuites>
<testsuite name="Laravel Cascade Deletes Test Suite">
<directory suffix="Test.php">./tests/</directory>
Expand Down

0 comments on commit bbd2175

Please sign in to comment.