File tree 4 files changed +3
-40
lines changed
4 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 54
54
run : vendor/bin/simple-phpunit install
55
55
56
56
- name : " Execute test cases"
57
- run : |
58
- if [[ $SYMFONY_PHPUNIT_VERSION == '' ]]; then unset SYMFONY_PHPUNIT_VERSION; fi;
59
- make test
60
- env :
61
- SYMFONY_PHPUNIT_VERSION : " ${{ matrix.phpunit-version }}"
57
+ run : vendor/bin/simple-phpunit
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
"symfony/phpunit-bridge" : " ^6.0" ,
26
26
"symfony/dependency-injection" : " ^6.0" ,
27
27
"symfony/config" : " ^6.0" ,
28
- "symfony/event-dispatcher" : " ^6.0" ,
29
- "symfony-cmf/testing" : " dev-master as 4.2"
28
+ "symfony/event-dispatcher" : " ^6.0"
30
29
},
31
30
"suggest" : {
32
31
"symfony/event-dispatcher" : " DynamicRouter can optionally trigger an event at the start of matching. Minimal version ^6.0"
Original file line number Diff line number Diff line change 3
3
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
4
4
<phpunit
5
5
colors =" true"
6
- bootstrap =" vendor/symfony-cmf/testing/bootstrap/bootstrap .php"
6
+ bootstrap =" vendor/autoload .php"
7
7
>
8
8
9
9
<testsuites >
You can’t perform that action at this time.
0 commit comments