Skip to content

Commit

Permalink
fix phpunit bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 19, 2024
1 parent 7a736f9 commit 5b67b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
19 changes: 0 additions & 19 deletions bin/phpunit

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"symfony/css-selector": "^6.3",
"symfony/debug-bundle": "^6.3",
"symfony/error-handler": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/thanks": "^1.2",
"symfony/web-profiler-bundle": "^6.3",
"thecodingmachine/phpstan-strict-rules": "^1.0"
Expand Down Expand Up @@ -124,7 +123,7 @@
"@php bin/adminconsole doctrine:database:create --env test",
"@php bin/adminconsole doctrine:schema:create --env test"
],
"test": "@php bin/phpunit",
"test": "@php vendor/bin/phpunit",
"test-with-coverage": "@test --coverage-php var/reports/coverage.php --coverage-cobertura=var/reports/cobertura-coverage.xml --coverage-html var/reports/html --log-junit var/reports/junit.xml",
"lint": [
"@phpstan",
Expand Down
3 changes: 3 additions & 0 deletions config/routes/security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_security_logout:
resource: security.route_loader.logout
type: service

0 comments on commit 5b67b90

Please sign in to comment.