bdd: directly call utility scripts in lib

This removes the dependency on php-symfony-dotenv for the tests.
This commit is contained in:
Sarah Hoffmann
2021-01-14 18:19:22 +01:00
parent 9348fc5e15
commit 2f73bb3643
5 changed files with 20 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install test prerequsites
run: |
sudo apt-get install -y -qq php-codesniffer python3-tidylib php-symfony-dotenv
sudo apt-get install -y -qq php-codesniffer
sudo pip3 install behave
- name: PHP linting