feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
328 changed files with 789 additions and 13095 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 $@