Comandos para correr pruebas y consola
This commit is contained in:
3
app/bin/console
Normal file
3
app/bin/console
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
php -d auto_prepend_file=test.bootstrap.php -a
|
3
app/bin/integration_tests
Normal file
3
app/bin/integration_tests
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
bin/phpunit --testsuite acceptance $@
|
3
app/bin/performance_tests
Normal file
3
app/bin/performance_tests
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
bin/phpunit --testsuite performance $@
|
3
app/bin/unit_tests
Normal file
3
app/bin/unit_tests
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
./bin/phpunit --testsuite unit $@
|
Reference in New Issue
Block a user