php-docker-template icon indicating copy to clipboard operation
php-docker-template copied to clipboard

Improve test suite organisation

Open cvmiert opened this issue 6 years ago • 0 comments

The test scripts (e.g. https://github.com/usabilla/php-docker-template/blob/master/test-cli.sh) control test suites that are run for different tags. This happens based on custom markers.

However the number of different markers currently used across multiple test files is causing confusion. The way the tests are organised and run could benefit from a better structured and transparent approach.

cvmiert avatar Apr 05 '19 10:04 cvmiert