Skip to content
Snippets Groups Projects
Commit efcbc8b9 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

[FEATURE] Add unit testing to gitlab ci

parent 0d829335
No related merge requests found
......@@ -43,7 +43,10 @@ lint:cgl:
- composer require --no-interaction --no-ansi typo3/cms="${TYPO3_VERSION}"
- composer install --no-interaction --no-ansi
script:
- echo "MISSING"
- >
echo;
echo "Running unit tests";
.Build/bin/phpunit --colors -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml .Build/Web/typo3conf/ext/lock/Tests/Unit
php56:t3_7:
<<: *test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment