Skip to content
Snippets Groups Projects

Resolve "Make gitlab run PHPunit tests"

Merged Oyvind.Gjesdal requested to merge 16-make-gitlab-run-phpunit-tests into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,6 +28,6 @@ unit_tests:
- composer install
script:
- find -ipath "*phpunit*"
- phpunit tests/*.php
- ./vendor/bin/phpunit tests/*.php
tags:
- spes
Loading