Minimal site containing functional tests for Codeception Module Symfony.
- Clone the repo
git clone https://github.com/TavoNiievez/codeception-symfony-tests.git
- Install Composer dependencies
# PHP ^7.0 composer update # PHP ^8.0 composer update --ignore-platform-req=php
- Install Yarn packages and compile the assets
yarn install yarn encore dev
- Update database schema and load Doctrine fixtures
symfony console d:s:u -f symfony console d:f:l -q
symfony serve -d
vendor/bin/codecept run Functional