Skip to content

Commit

Permalink
Reverting phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Sep 18, 2024
1 parent f0e4944 commit 8caab15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerDeprecations="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd">
<testsuites>
<testsuite name="main">
<directory suffix="Test.php">tests/Ltb</directory>
Expand Down

0 comments on commit 8caab15

Please sign in to comment.