File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,14 +69,10 @@ indent_size = 4
6969indent_style = space
7070indent_size = 2
7171
72- [phpspec.yml{,.dist} ]
73- indent_style = space
74- indent_size = 4
75-
7672[phpstan.neon ]
7773indent_style = space
7874indent_size = 4
7975
8076[phpunit.xml{,.dist} ]
8177indent_style = space
82- indent_size = 4
78+ indent_size = 4
Original file line number Diff line number Diff line change @@ -140,9 +140,6 @@ jobs:
140140 - name : Run Psalm
141141 run : vendor/bin/psalm
142142
143- - name : Run PHPSpec
144- run : vendor/bin/phpspec run --ansi -f progress --no-interaction
145-
146143 - name : Run PHPUnit
147144 run : vendor/bin/phpunit --colors=always
148145
Original file line number Diff line number Diff line change 1212
1313/.phpunit.result.cache
1414/behat.yml
15- /phpspec.yml
1615/phpunit.xml
1716/docker-compose.override.yml
1817/compose.override.yaml
Original file line number Diff line number Diff line change @@ -125,12 +125,6 @@ symfony server:start -d
125125vendor/bin/phpunit
126126` ` `
127127
128- # ### PHPSpec
129-
130- ` ` ` bash
131- vendor/bin/phpspec run
132- ` ` `
133-
134128# ### Behat (non-JS scenarios)
135129
136130` ` ` bash
Original file line number Diff line number Diff line change 4949 "friends-of-behat/suite-settings-extension" : " ^1.0" ,
5050 "friends-of-behat/symfony-extension" : " ^2.1" ,
5151 "friends-of-behat/variadic-extension" : " ^1.3" ,
52- "phpspec/phpspec" : " ^7.2" ,
5352 "phpstan/extension-installer" : " ^1.0" ,
5453 "phpstan/phpstan" : " ^1.8.1" ,
5554 "phpstan/phpstan-doctrine" : " 1.3.37" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments