|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/test/ |
Upload File : |
#!/bin/sh cd /var/www/public/ dockerize -wait tcp://opencats_test_mariadb:3306 -wait http://opencats_test_web:80 -timeout 30s php modules/tests/waitForDb.php cat config.php ./vendor/bin/phpunit src/OpenCATS/Tests/IntegrationTests ./vendor/bin/behat -v -c ./test/behat.yml --suite="default" ./vendor/bin/behat -v -c ./test/behat.yml --suite="security"