File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ script:
2929
3030after_success :
3131 - if [[ "$TYPE" != "coverage" ]]; then exit 0; fi
32- - tests/phpunit/phpunit.php -c extensions/SemanticTasks/phpunit.xml.dist --coverage-clover coverage.clover
32+ - ../mw/ tests/phpunit/phpunit.php -c ../mw/ extensions/SemanticTasks/phpunit.xml.dist --coverage-clover coverage.clover
3333 - wget https://scrutinizer-ci.com/ocular.phar
3434 - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
3535
Original file line number Diff line number Diff line change 2626 " SemanticTasks::onExtensionFunction"
2727 ],
2828 "AutoloadClasses" : {
29- "SemanticTasks" : " SemanticTasks.php" ,
30- "SemanticTasksMailer" : " src/SemanticTasksMailer.php"
29+ "SemanticTasks" : " SemanticTasks.php"
3130 },
3231 "load_composer_autoloader" : true ,
3332 "manifest_version" : 1 ,
You can’t perform that action at this time.
0 commit comments