File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 138138 " vendor/bin/phpunit --stop-on-failure"
139139 ],
140140 "test-setup" : [
141- " bin/console cache:clear --env=test --no-debug" ,
141+ " bin/console --env=test cache:clear --no-debug" ,
142142 " bin/console --env=test doctrine:database:drop --if-exists --force --quiet" ,
143143 " bin/console --env=test doctrine:database:create --no-interaction --if-not-exists --quiet" ,
144144 " bin/console --env=test doctrine:migrations:migrate --no-interaction --quiet"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ public function testGetFeed(): void
4848 $ response ->method ('toArray ' )->willReturn (
4949 NotifiedFeedTypeData::getData ()
5050 );
51+ $ response ->method ('getStatusCode ' )->willReturn (200 );
5152
5253 $ httpClientMock ->method ('request ' )->willReturn ($ response );
5354
You can’t perform that action at this time.
0 commit comments