Skip to content
Snippets Groups Projects
Commit c97297b3 authored by David Pesce's avatar David Pesce
Browse files

added instructions on how to execute a single phpunit test

parent 9b54d916
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,12 @@ If you've read the [plugin design](design.md) you should understand what each of
- [Moodle to xAPI Translator](https://github.com/LearningLocker/Moodle-xAPI-Translator/blob/master/docs/readme.md#adding-events)
- [xAPI Recipe Emitter](https://github.com/LearningLocker/xAPI-Recipe-Emitter/blob/master/docs/readme.md#adding-events)
##PHPUnit Test Filter
All PHPUnit tests should pass, but if you'd like to only run the tests for specific events, add the 'filter' option.
```
vendor/bin/phpunit --filter <Test_Name>
```
## Release Process
This process has been documented for collaborators (users that have write access to the repository) who are releasing new versions of this plugin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment