File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ jobs:
149
149
name : Prepare test application assets
150
150
run : |
151
151
(cd tests/Application && bin/console assets:install public -vvv)
152
- (cd tests/Application && bin/console sylius:install:assets -vvv)
153
152
(cd tests/Application && yarn build:prod)
154
153
155
154
-
@@ -170,7 +169,7 @@ jobs:
170
169
171
170
-
172
171
name : Run PHPStan
173
- run : vendor/bin/phpstan analyse
172
+ run : vendor/bin/phpstan analyse -c phpstan.neon -l max src/
174
173
175
174
-
176
175
name : Run Psalm
@@ -186,7 +185,7 @@ jobs:
186
185
187
186
-
188
187
name : Run Behat
189
- run : vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun
188
+ run : vendor/bin/behat --colors --strict -vvv --no-interaction -f progress || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun
190
189
191
190
-
192
191
name : Upload Behat logs
Original file line number Diff line number Diff line change 66
66
"extra" : {
67
67
"branch-alias" : {
68
68
"dev-master" : " 2.0-dev"
69
+ },
70
+ "symfony" : {
71
+ "require" : " ^6.4"
69
72
}
70
73
},
71
74
"autoload" : {
Original file line number Diff line number Diff line change 5
5
- { resource: "@SyliusShopBundle/Resources/config/app/config.yml" }
6
6
- { resource: "@SyliusApiBundle/Resources/config/app/config.yaml" }
7
7
8
+ - { resource: '@WebgriffeSyliusAkeneoPlugin/config/config.yaml' }
8
9
- { resource: '../fixtures/*.yaml' }
9
10
10
11
parameters :
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ framework:
4
4
csrf_protection : true
5
5
session :
6
6
handler_id : ~
7
+ annotations :
8
+ enabled : false
Original file line number Diff line number Diff line change @@ -113,8 +113,6 @@ security:
113
113
access_control :
114
114
- { path: "%sylius.security.admin_regex%/forgotten-password", role: PUBLIC_ACCESS }
115
115
116
- - { path: "%sylius.security.admin_regex%/forgotten-password", role: PUBLIC_ACCESS }
117
-
118
116
- { path: "%sylius.security.admin_regex%/login", role: PUBLIC_ACCESS }
119
117
- { path: "%sylius.security.shop_regex%/login", role: PUBLIC_ACCESS }
120
118
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ sylius_shop_request_password_reset_token_redirect:
23
23
controller : Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction
24
24
defaults :
25
25
route : sylius_shop_request_password_reset_token
26
- permanent : false
26
+ permanent : false
Original file line number Diff line number Diff line change @@ -12,6 +12,3 @@ services:
12
12
13
13
webgriffe_sylius_akeneo.date_time_builder :
14
14
class : ' Tests\Webgriffe\SyliusAkeneoPlugin\TestDouble\DateTimeBuilder'
15
-
16
- Sylius\Component\Core\Generator\ImagePathGeneratorInterface :
17
- class : ' Sylius\Component\Core\Generator\UploadedImagePathGenerator'
You can’t perform that action at this time.
0 commit comments