Skip to content

Commit

Permalink
another step
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Mar 23, 2021
1 parent f87f804 commit 4951126
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
<directory suffix="_test.php">.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">tests/</directory>
<directory suffix=".php">lang/en/</directory>
<directory suffix=".php">db/</directory>
<file>version.php</file>
<file>format.php</file>
<file>settings.php</file>
</exclude>
</whitelist>
</filter>
<include>
<directory suffix=".php">.</directory>
</include>
<exclude>
<directory suffix=".php">tests/</directory>
<directory suffix=".php">lang/en/</directory>
<directory suffix=".php">db/</directory>
<file>version.php</file>
<file>format.php</file>
<file>settings.php</file>
</exclude>
</phpunit>
2 changes: 1 addition & 1 deletion tests/behat/format_masonry.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feature: format_masonry
| Page content | x |
And I click on "Save and return to course" "button"
And I turn editing mode off
Then I should see "General" in the "li#section-0" "css_element"
Then I should not see "General" in the "li#section-0" "css_element"

Scenario: The modules should be visible and hidden in masonry format
Given I am on the "C1" "Course" page logged in as "teacher1"
Expand Down

0 comments on commit 4951126

Please sign in to comment.