Skip to content

Commit

Permalink
OXDEV-7947 Update phpunit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Nov 7, 2024
1 parent a0e91d3 commit 0cb4bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
backupGlobals="true"
backupStaticProperties="true"
beStrictAboutChangesToGlobalState="true"
Expand All @@ -22,7 +22,7 @@
</testsuite>
</testsuites>
<source
restrictDeprecations="true"
ignoreIndirectDeprecations="true"
restrictNotices="true"
restrictWarnings="true">
<include>
Expand Down

0 comments on commit 0cb4bbb

Please sign in to comment.