Skip to content

Commit cf5e936

Browse files
authored
Merge pull request #29 from SemanticMediaWiki/fcc
fix coverage
2 parents 075a868 + a8593b0 commit cf5e936

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929

3030
after_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

extension.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
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,

0 commit comments

Comments
 (0)