Skip to content

Commit

Permalink
B#188652 AccessorPair accept all array notations
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-gaelle123inkt committed Nov 8, 2024
1 parent 9090c76 commit c2caae1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
28 changes: 0 additions & 28 deletions phpunit.dist.xml

This file was deleted.

16 changes: 8 additions & 8 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Separate config file for v9.5, because of renamed & removed config options -->
<!-- Separate config file for v10, because of renamed & removed config options -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
bootstrap="vendor/autoload.php"
forceCoversAnnotation="true"
failOnRisky="true"
failOnWarning="true"
beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutResourceUsageDuringSmallTests="true"
beStrictAboutTodoAnnotatedTests="true"
beStrictAboutCoversAnnotation="true"
executionOrder="defects"
cacheDirectory=".phpunit.cache"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
>
<testsuites>
<testsuite name="integration">
Expand All @@ -21,9 +20,10 @@
<directory>tests/Unit</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<coverage/>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit c2caae1

Please sign in to comment.