Skip to content

Commit

Permalink
refactor name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 13, 2023
1 parent 2b5e859 commit 30cf140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
],
"phpunit": "@php vendor/bin/phpunit --testdox",
"bootstrap-test-environment": [
"@php Tests/Application/bin/console doctrine:database:create --if-not-exists",
"@php Tests/Application/bin/console doctrine:schema:update --force"
"@php Tests/Application/bin/adminconsole doctrine:database:drop --if-exists --force --env test",
"@php Tests/Application/bin/adminconsole doctrine:database:create --env test",
"@php Tests/Application/bin/adminconsole doctrine:schema:update --force --env test"
]
},
"autoload": {
Expand Down

0 comments on commit 30cf140

Please sign in to comment.