catalyst / moodle-tool_lockstats

Moodle cron / task API lock statistics admin tool
https://moodle.org/plugins/tool_lockstats
6 stars 13 forks source link

Added a test for adhoc table constructor #97

Closed Peterburnett closed 4 years ago

Peterburnett commented 4 years ago

This is a duplicate of PR #84 , with some additional unit tests. First commit, Travis should explode, and then be green after the application of the patch from @garthwilliamson

Peterburnett commented 4 years ago

After applying the patch (and bashing travis a bit) the tests are now green. Merged, and thanks again for the patch @garthwilliamson

garthwilliamson commented 4 years ago

Thanks @Peterburnett , sorry we haven't had time to write tests ourselves.