Skip to content

Commit

Permalink
Updated phpunit.xml.dist file.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Aug 21, 2024
1 parent e089a76 commit f2d056f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- Updated `phpunit.xml.dist` file.
- Added `SymfonyInsight` quality check tool and badge.
- Update PHP version in `composer.json`.
- Updated `twig` version to 3.11.0.
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
bootstrap="vendor/autoload.php"
backupStaticProperties="false"
processIsolation="false"
stopOnFailure="false"
backupGlobals="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
colors="true">

<php>
Expand All @@ -23,13 +17,11 @@

<source>
<include>
<directory suffix=".php">./src</directory>
<directory>./src</directory>
</include>

<exclude>
<file>./src/HighchartsBundle.php</file>
<file>.php-cs-fixer.dist.php</file>
<file>rector.php</file>
</exclude>
</source>

Expand Down

0 comments on commit f2d056f

Please sign in to comment.