Skip to content

Commit

Permalink
php 7.1 - coverage -text
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Sep 22, 2018
1 parent 52176dc commit 5c3903e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache:
- $HOME/.npm

php:
- 7.0
- 7.1
- 7.2

env:
Expand Down Expand Up @@ -56,7 +56,7 @@ script:
- moodle-plugin-ci savepoints
- moodle-plugin-ci mustache
- moodle-plugin-ci grunt
- moodle-plugin-ci phpunit
- moodle-plugin-ci phpunit --coverage-text
- moodle-plugin-ci behat
- moodle-plugin-ci behat --profile chrome
- moodle-plugin-ci phpunit --coverage-clover
Expand Down
2 changes: 1 addition & 1 deletion tests/format_masonry_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function test_renderer() {
$page->requires->js_init_call('M.masonry.init', [[
'node' => '#coursemasonry', 'itemSelector' => '.section.main', 'columnWidth' => 1, 'isRTL' => right_to_left()]],
false,
['name' => 'course_format_masonry','fullpath' => '/course/format/masonry/format.js',
['name' => 'course_format_masonry', 'fullpath' => '/course/format/masonry/format.js',
'requires' => ['base', 'node', 'transition', 'event', 'io-base', 'moodle-core-io', 'moodle-core-dock']]);
$renderer = new \format_masonry_renderer($page, null);
ob_start();
Expand Down

0 comments on commit 5c3903e

Please sign in to comment.