Skip to content

Commit

Permalink
[CLEANUP] Reformat the PHPUnit configuration file (#1350)
Browse files Browse the repository at this point in the history
This gets rid of the 9-space indentation and also will make diffs
cleaner in the future.
  • Loading branch information
oliverklee authored Oct 26, 2024
1 parent d2947a8 commit ed05494
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
cacheResult="false"
colors="true"
convertDeprecationsToExceptions="true"
forceCoversAnnotation="true"
verbose="true">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true"
cacheResult="false"
colors="true"
convertDeprecationsToExceptions="true"
forceCoversAnnotation="true"
verbose="true"
>
<testsuites>
<testsuite name="default">
<directory>tests</directory>
Expand Down

0 comments on commit ed05494

Please sign in to comment.