Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Feb 1, 2025
1 parent 7f16022 commit 788ba70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tests:
symfony console doctrine:migrations:migrate -n
symfony console doctrine:fixtures:load -n
symfony php bin/phpunit --testdox $@
vendor/bin/phpstan
vendor/bin/phpstan --memory-limit=256M
vendor/bin/rector process --dry-run
.PHONY: tests
citests: export APP_ENV=test
Expand Down
8 changes: 1 addition & 7 deletions tests/Controller/ControllerAdminAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ class ControllerAdminAccessTest extends ControllerBaseTest
'login' => [
'statusCodes' => ['GET' => 200],
],
/*
'app_profile' => [
'statusCodes' => ['GET' => 200, 'POST' => 200],
],
@todo WHY?????
'app_profile' => [
'statusCodes' => ['GET' => 200, 'POST' => 200],
],
*/
]
];

/**
Expand Down

0 comments on commit 788ba70

Please sign in to comment.