Skip to content

Commit

Permalink
phpunit/phpunit:^10.5.38, laminas/laminas-coding-standard:^3.0, Apply…
Browse files Browse the repository at this point in the history
… phpunit attribute migration

Signed-off-by: fezfez <[email protected]>

clean

Signed-off-by: fezfez <[email protected]>

clean
  • Loading branch information
fezfez committed Dec 4, 2024
1 parent a9867e4 commit 2f82b88
Show file tree
Hide file tree
Showing 95 changed files with 1,573 additions and 1,983 deletions.
26 changes: 18 additions & 8 deletions .laminas-ci/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true">
<coverage includeUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
failOnPhpunitDeprecation="true"
displayDetailsOnPhpunitDeprecations="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true">
<testsuites>
<testsuite name="laminas-http Test Suite">
<directory>./test/</directory>
Expand Down Expand Up @@ -38,8 +45,11 @@
<env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY" value="127.0.0.1:8081"/>
<env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY_USER" value=""/>
<env name="TESTS_LAMINAS_HTTP_CLIENT_HTTP_PROXY_PASS" value=""/>

<env name="TESTS_LAMINAS_HTTP_CLIENT_NOTRESPONDINGURI" value="http://127.1.1.0:1234"/>
</php>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</source>
</phpunit>

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"require-dev": {
"ext-curl": "*",
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.6.21"
"laminas/laminas-coding-standard": "^3.0.1",
"phpunit/phpunit": "^10.5.38"
},
"suggest": {
"paragonie/certainty": "For automated management of cacert.pem"
Expand Down
Loading

0 comments on commit 2f82b88

Please sign in to comment.