diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2022-11-24 18:24:17 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2022-11-24 18:24:17 +0100 |
| commit | 4d1cf61bb8336c075108e6a86e8743caf9bf2b9e (patch) | |
| tree | 0eb3a531862a3f8ae1e04f765ea2f994cbd8407b /docker-compose.yml | |
| parent | c0a6b641bf9344968040b940f5d2aeae6a719a39 (diff) | |
| download | smarty-4d1cf61bb8336c075108e6a86e8743caf9bf2b9e.tar.gz smarty-4d1cf61bb8336c075108e6a86e8743caf9bf2b9e.tar.bz2 smarty-4d1cf61bb8336c075108e6a86e8743caf9bf2b9e.zip | |
Simplify test running to support all phpunit cmdline options
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index cc90fb8b..4f940b2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,6 @@ services: volumes: - .:/app working_dir: /app - entrypoint: sh ./run-tests.sh php71: extends: service: base |
