Skip to content

Minimal site containing functional tests for Codeception Symfony module.

Notifications You must be signed in to change notification settings

BastienLedon/codeception-symfony-tests

Repository files navigation

Codeception Symfony Module Tests

Minimal site containing functional tests for Codeception Module Symfony.

Installation

  1. Clone the repo
    git clone https://github.com/TavoNiievez/codeception-symfony-tests.git
  2. Install Composer dependencies
    # PHP ^7.0
    composer update
    
    # PHP ^8.0
    composer update --ignore-platform-req=php
  3. Install Yarn packages and compile the assets
    yarn install
    
    yarn encore dev
  4. Update database schema and load Doctrine fixtures
    symfony console d:s:u -f
    
    symfony console d:f:l -q

Usage

symfony serve -d

vendor/bin/codecept run Functional

About

Minimal site containing functional tests for Codeception Symfony module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published