https://github.com/wiris/moodle-local_mathmlunittesting
https://github.com/wiris/moodle-local_mathmlunittesting
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiris/moodle-local_mathmlunittesting
- Owner: wiris
- Created: 2018-09-17T15:46:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T16:19:21.000Z (over 6 years ago)
- Last Synced: 2025-01-27T22:46:01.311Z (4 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MathML unit testing local plugin
### Master Build Status
[](https://travis-ci.org/wiris/moodle-local_mathmlunittesting)
This plugin tests the Moodle HTML purifier in order to check whether it filters out MathML or not.
## Install instructions
To install it using git, type this command in the root of your Moodle install:
```
git clone https://github.com/wiris/moodle-local_mathmlunittesting.git local/mathmlunittesting
```
Then add /local/mathmlunittesting to your git ignore.Alternatively, download the zip from it into the local folder, and then rename the new folder to "mathmlunittesting".
## License
MathML unit testing local plugin is Licensed under the [GNU General Public, License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html).