Skip to content

Commit

Permalink
OXDEV-8207: Fix wrong placed closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed May 27, 2024
1 parent 4c6c81a commit fab8d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
stopOnSkipped="false"
backupGlobals="true"
backupStaticProperties="false"
colors="true">
colors="true"
beStrictAboutTestsThatDoNotTestAnything="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache"
requireCoverageMetadata="false"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerDeprecations="true">
<testsuites>
<testsuite name="Unit">
<directory>Unit/</directory>
Expand Down

0 comments on commit fab8d8b

Please sign in to comment.