Skip to content

Commit

Permalink
Fix tests wtf...
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Jul 10, 2024
1 parent 60b176a commit f577676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/symfony-playgound-two.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/Controller/ControllerAdminAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class ControllerAdminAccessTest extends ControllerBaseTest
'login' => [
'statusCodes' => ['GET' => 200],
],
'app_profile' => [
'statusCodes' => ['GET' => 200, 'POST' => 200],
],
/*
@todo WHY?????
'app_profile' => [
Expand Down

0 comments on commit f577676

Please sign in to comment.