Skip to content

Commit 0ff1eb4

Browse files
committed
Chore(deps) - Updated symfony/phpunit-bridge flex recipe
1 parent d2fef32 commit 0ff1eb4

File tree

3 files changed

+26
-47
lines changed

3 files changed

+26
-47
lines changed

bin/phpunit

Lines changed: 0 additions & 23 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@
1919
>
2020
<coverage>
2121
<report>
22-
<clover outputFile="build/logs/clover.xml"/>
23-
<html outputDirectory="build/report" lowUpperBound="75" highLowerBound="95"/>
24-
<text outputFile="php://stdout" showOnlySummary="true" showUncoveredFiles="true"/>
22+
<clover outputFile="build/logs/clover.xml" />
23+
<html outputDirectory="build/report" lowUpperBound="75" highLowerBound="95" />
24+
<text outputFile="php://stdout" showOnlySummary="true" showUncoveredFiles="true" />
2525
</report>
2626
</coverage>
2727

2828
<php>
29-
<ini name="error_reporting" value="-1"/>
30-
<ini name="display_errors" value="On"/>
31-
<ini name="display_startup_errors" value="On"/>
32-
<ini name="date.timezone" value="UTC"/>
33-
<env name="KERNEL_CLASS" value="App\Kernel"/>
34-
<env name="SHELL_VERBOSITY" value="-1"/>
35-
<env name="USE_ALL_USER_COMBINATIONS" value="no"/>
36-
<env name="APP_ENV" value="test" force="true"/>
37-
<env name="APP_DEBUG" value="false" force="true"/>
38-
<env name="APP_SECRET" value="93b60d4136baea83cf3821ee6a0a2adb"/>
29+
<ini name="error_reporting" value="-1" />
30+
<ini name="display_errors" value="On" />
31+
<ini name="display_startup_errors" value="On" />
32+
<ini name="date.timezone" value="UTC" />
33+
<env name="KERNEL_CLASS" value="App\Kernel" />
34+
<env name="SHELL_VERBOSITY" value="-1" />
35+
<env name="USE_ALL_USER_COMBINATIONS" value="no" />
36+
<env name="APP_ENV" value="test" force="true" />
37+
<env name="APP_DEBUG" value="false" force="true" />
38+
<env name="APP_SECRET" value="93b60d4136baea83cf3821ee6a0a2adb" />
3939
<!--
4040
To make sure that application has no "direct" deprecations we use `max[direct]=0` as a default one
4141
indirect deprecations are just shown on test output to help to track those.
@@ -45,9 +45,16 @@
4545
4646
https://symfony.com/doc/current/components/phpunit_bridge.html#direct-and-indirect-deprecations
4747
-->
48-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0"/>
48+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0" />
4949
</php>
5050

51+
<extensions>
52+
<bootstrap class="Symfony\Bridge\PhpUnit\SymfonyExtension">
53+
<parameter name="clock-mock-namespaces" value="App" />
54+
<parameter name="dns-mock-namespaces" value="App" />
55+
</bootstrap>
56+
</extensions>
57+
5158
<testsuites>
5259
<testsuite name="Unit">
5360
<directory>./tests/Unit/</directory>
@@ -67,7 +74,7 @@
6774
</testsuites>
6875

6976
<logging>
70-
<junit outputFile="build/logs/junit.xml"/>
77+
<junit outputFile="build/logs/junit.xml" />
7178
</logging>
7279

7380
<source

symfony.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -358,19 +358,14 @@
358358
"version": "v5.3.0"
359359
},
360360
"symfony/phpunit-bridge": {
361-
"version": "7.2",
361+
"version": "7.3",
362362
"recipe": {
363363
"repo": "github.com/symfony/recipes",
364364
"branch": "main",
365-
"version": "6.3",
366-
"ref": "a411a0480041243d97382cac7984f7dce7813c08"
365+
"version": "7.3",
366+
"ref": "dc13fec96bd527bd399c3c01f0aab915c67fd544"
367367
},
368-
"files": [
369-
".env.test",
370-
"bin/phpunit",
371-
"phpunit.xml.dist",
372-
"tests/bootstrap.php"
373-
]
368+
"files": []
374369
},
375370
"symfony/polyfill-intl-grapheme": {
376371
"version": "v1.17.0"

0 commit comments

Comments
 (0)