Skip to content

Commit

Permalink
Bump PHPUnit to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jun 1, 2023
1 parent 07898bd commit f642b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"netgen/layouts-coding-standard": "^2.0",
"phpunit/phpunit": "^9.6 || ^10.0",
"phpunit/phpunit": "^9.6 || ^10.1",
"symfony/phpunit-bridge": "^5.4",
"symfony/var-dumper": "^3.4 || ^5.4",
"phpstan/phpstan": "^1.9",
Expand Down
6 changes: 3 additions & 3 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.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
requireCoverageMetadata="true"
Expand All @@ -21,7 +21,7 @@
</testsuite>
</testsuites>

<coverage>
<source>
<include>
<directory suffix=".php">lib</directory>
<directory suffix=".php">bundle</directory>
Expand All @@ -31,5 +31,5 @@
<file>bundle/NetgenContentBrowserEzPlatformBundle.php</file>
<file>bundle/DependencyInjection/NetgenContentBrowserEzPlatformExtension.php</file>
</exclude>
</coverage>
</source>
</phpunit>

0 comments on commit f642b32

Please sign in to comment.