feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
312 changed files with 768 additions and 12046 deletions
Showing only changes of commit 4bd5fe16df - Show all commits

3
app/bin/console Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
php -d auto_prepend_file=test.bootstrap.php -a

View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
bin/phpunit --testsuite acceptance $@

View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
bin/phpunit --testsuite performance $@

3
app/bin/unit_tests Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/bash
./bin/phpunit --testsuite unit $@