You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for phpunit configure, testsuite and filter options
Covered by tests that use intensively the new ->lastCmd
introduced a couple of commits ago.
Also, added a TODO about something, pre-existing, that is
an incorrect unit tests, some day will be investigated. Not today.
Fixes#100
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
10
10
11
11
## [Unreleased]
12
12
### Added
13
-
- Added support for the `--tags` and `--name` options into the `behat` command.
13
+
- Added support for the `--tags` and `--name` options to the `behat` command.
14
+
- Added support for the `--configure`, `--testsuite` and `--filter` options to the `phpunit` command.
14
15
15
16
### Changed
16
17
- ACTION SUGGESTED: If you are using GitHub Actions, it's recomended to use `!cancelled()` instead of `always()` for moodle-plugin-ci tests. Adding a final step that always returns failure when the workflow is cancelled will ensure that cancelled workflows are not marked as successful. For a working example, please reference the updated `gha.dist.yml` file.
0 commit comments