Testen
PHP Testen
Testdatabase Instellen
DATABASE_HOST='127.0.0.1'
DATABASE_PORT='3306'
DATABASE_NAME='chamilo_test'
DATABASE_USER='root'
DATABASE_PASSWORD='root'php bin/console --env=test cache:clear
php bin/console --env=test doctrine:database:create
php bin/console --env=test doctrine:schema:create
php bin/console --env=test doctrine:fixtures:load --no-interactionphp bin/console --env=test doctrine:schema:update --force --completeTests Uitvoeren
Testlocatie
Testtypen
Behat (End-to-End) Tests
Frontend Controles
PHP Codekwaliteit
Continue Integratie
Workflow
Wat het uitvoert
Laatst bijgewerkt
Was dit nuttig?