/drupal_day_codeception_example

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Drupal codeception demo

The purpose of this project demonstrate test capabilities of Codecetion in Drupal CMS

Run local env with Docksal

Prerequisites

Installing

  1. Clone the git repository

    git clone git@github.com:DropticaExamples/drupal_day_codeception_example.git
  2. Enter the newly created project directory

    cd drupal_day_codeception_example
  3. Start docksal environment

    fin start
  4. Install composer dependencies

    fin composer install
  5. Install Drupal

    fin drush si --db-url=mysql://root:root@db/default

Run tests

fin test