2017 © Pedro Peláez
 

symfony-bundle console-utils-bundle

some utilities for the Symfony command line

image

frian/console-utils-bundle

some utilities for the Symfony command line

  • Thursday, March 30, 2017
  • by frian
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ConsoleUtilsBundle

some utilities for the Symfony command line, (*1)

Commands

utils:doctrine:recreate

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)

utils:doctrine:test WIP

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)

The Versions

30/03 2017

dev-master

9999999-dev

some utilities for the Symfony command line

  Sources   Download

MIT

The Requires

 

by Avatar frian

console symfony