Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 222 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 222 Bytes

test-driven-drupal-example-app

Installing Drupal

./run drupal:install

Running tests

# Functional tests
./run test:functional

# Kernel tests
./run test:integration

# Unit tests
./run test:unit