Skip to content

Commit

Permalink
Removing configurastion for simple-phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Sep 27, 2024
1 parent 6d84f55 commit ee57a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,19 @@ jobs:
- php-version: '8.0'
dependency-versions: 'highest'
tools: 'composer:v2'
envs:
SYMFONY_PHPUNIT_REQUIRE: phpspec/prophecy-phpunit:^2.0

- php-version: '8.1'
dependency-versions: 'highest'
tools: 'composer:v2'
envs:
SYMFONY_PHPUNIT_REQUIRE: phpspec/prophecy-phpunit:^2.0

- php-version: '8.2'
dependency-versions: 'highest'
tools: 'composer:v2'
envs:
SYMFONY_PHPUNIT_REQUIRE: phpspec/prophecy-phpunit:^2.0

- php-version: '8.3'
dependency-versions: 'highest'
minimum-stability: 'dev'
tools: 'composer:v2'
envs:
SYMFONY_PHPUNIT_REQUIRE: phpspec/prophecy-phpunit:^2.0

steps:
- name: Checkout project
Expand Down
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,4 @@
</exclude>
</whitelist>
</filter>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
<env name="SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT" value="1"/>
<env name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml"/>
</php>
</phpunit>

0 comments on commit ee57a14

Please sign in to comment.