File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 "database:schema:create" : " bin/console orm:schema-tool:create" ,
6868 "database:schema:drop" : " bin/console orm:schema-tool:drop --force" ,
6969 "database:schema:update" : " bin/console orm:schema-tool:update --force" ,
70- "database:schema:validate" : " bin/console orm:validate-schema" ,
7170 "fix:cs" : " mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache" ,
7271 "setup:dev" : [
7372 " @database:create --env=dev" ,
7473 " @database:schema:drop --env=dev" ,
7574 " @database:schema:create --env=dev" ,
76- " @database:schema:validate --env=dev" ,
7775 " @clean-directories --env=dev"
7876 ],
7977 "test" : [
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ private function initialize(): void
5656 passthru ($ consolePath .' dbal:database:create --if-not-exists --env=phpunit ' );
5757 passthru ($ consolePath .' orm:schema-tool:drop --force --env=phpunit ' );
5858 passthru ($ consolePath .' orm:schema-tool:create --env=phpunit ' );
59- passthru ($ consolePath .' orm:validate-schema --env=phpunit ' );
6059 passthru ($ consolePath .' clean-directories cache log --env=phpunit ' );
6160
6261 echo 'initialize: end ' .PHP_EOL .PHP_EOL ;
You can’t perform that action at this time.
0 commit comments