dev-master
9999999-devsome utilities for the Symfony command line
MIT
The Requires
- symfony/framework-bundle ^2.7 || ^3.0
- php ^5.5.9 || ^7.0
by frian
console symfony
some utilities for the Symfony command line
some utilities for the Symfony command line, (*1)
The utils:doctrine:recreate recreates the database and loads fixtures:, (*2)
php bin/console utils:doctrine:recreate
For compatibility reasons you have to specifiy the --force option:, (*3)
php bin/console utils:doctrine:recreate --force
You can use the --fixtures option from doctrine:fixtures:load, (*4)
You can use the --em option from doctrine:fixtures:load and doctrine:schema:create, (*5)
You can use the --connection option from doctrine:database:create and doctrine:database:drop, (*6)
The utils:doctrine:test executes phpunit tests on a recreated database:, (*7)
php bin/console utils:doctrine:test
For compatibility reasons you have to specifiy the --force option:, (*8)
php bin/console utils:doctrine:test --force
You can use the --fixtures option from doctrine:fixtures:load, (*9)
You can use the --testsuite option from phpunit, (*10)
some utilities for the Symfony command line
MIT
console symfony