Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 688 Bytes

DEVELOPMENT.md

File metadata and controls

33 lines (22 loc) · 688 Bytes

Development notes

Setting up development copy of the project

# Clone the project.
git clone https://github.com/Chi-teck/drupal-code-generator

# Change working directory.
cd drupal-code-generator

# Install dependencies.
composer install

Testing

# Run unit tests.
/path/to/drupal-code-generator/scripts/unit-tests.sh

# Run functional tests.
/path/to/drupal-code-generator/scripts/functional-tests.sh

# Run tests for generated code.
/path/to/drupal-code-generator/scripts/sut-tests.sh

SUT testing

In order to run this type of tests you need to install Symfony CLI.