Skip to content

Commit

Permalink
remove dependency on symfony-cmf testing component
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed May 18, 2022
1 parent d1fc412 commit 40d7260
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ jobs:
run: vendor/bin/simple-phpunit install

- name: "Execute test cases"
run: |
if [[ $SYMFONY_PHPUNIT_VERSION == '' ]]; then unset SYMFONY_PHPUNIT_VERSION; fi;
make test
env:
SYMFONY_PHPUNIT_VERSION: "${{ matrix.phpunit-version }}"
run: vendor/bin/simple-phpunit
32 changes: 0 additions & 32 deletions Makefile

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"symfony/phpunit-bridge": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/config": "^6.0",
"symfony/event-dispatcher": "^6.0",
"symfony-cmf/testing": "dev-master as 4.2"
"symfony/event-dispatcher": "^6.0"
},
"suggest": {
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version ^6.0"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit
colors="true"
bootstrap="vendor/symfony-cmf/testing/bootstrap/bootstrap.php"
bootstrap="vendor/autoload.php"
>

<testsuites>
Expand Down

0 comments on commit 40d7260

Please sign in to comment.