Skip to content

Commit

Permalink
Fixed deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Aug 8, 2024
1 parent 15c4693 commit 1b793a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="./tests/Bootstrap.php"
colors="true"
stopOnFailure="false"
processIsolation="false"
backupGlobals="false"
displayDetailsOnTestsThatTriggerDeprecations="true"
>
<testsuite name="ZfrRbac tests">
Expand All @@ -15,7 +12,7 @@
<logging/>
<source>
<include>
<directory suffix=".php">./src</directory>
<directory>./src</directory>
</include>
</source>
</phpunit>

0 comments on commit 1b793a8

Please sign in to comment.