-
Before any of this is started get some really good way to get average metrics for some plugins, ideally with a history of all the run times. Even if this is just a spreadsheet somewhere and we dump st…
-
Hi Mark,
I am quite new to the TravisCI thing and I've got some problems with fully coping the mustache tests.
My current issues:
* I've got this warning: https://travis-ci.org/moodleuulm/moodle-…
-
There are a number of coding guideline violations within the code - it would be nice if it could be tidied up a bit - there are a few different tools for this but the best is probably travis-ci integr…
-
great to see the behat/unit tests here, but it would be really useful if you integrated your plugin with travis-ci so we can easily see the results - more info here:
https://moodle.org/mod/forum/disc…
-
We separate the checks into three different stages:
1. phpunit
2. behat
3. everything else
when all we need is phpunit or behat we don't need to install moodle in cli. Currenlty it only takes ex…
-
I have started to work on changing sitedetails into a key,value kind of table.
'CREATE TABLE `configdetails` (
`config_key` char(255) COLLATE utf8_unicode_ci NOT NULL,
`value` text COLLATE utf8_…
-
In https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/pull/210, the H5P CSS feature was integrated without proper Behat tests. The mod_hvp plugin should be installed with GHA and tests …
abias updated
10 months ago
-
**Description**
- Shown deprecation messages from events.
- Follows #847 and #837.
**Version**
- Plugin version.php:
```
$plugin->component = 'logstore_xapi';
$plugin->version = 2022101800;
…
-
The unit tests provided are not working in
- my test environment (vendor/bin/phpunit "filter_filtercodes_testcase" filter/filtercodes/tests/filter_test.php)
- travis environment (https://travis-ci.o…
-
PHP8.1
Moodle 4.3 stable
New PHPUnit failures since Thursday. Seems it could be due to the core weekly release rather than the plugin update
```
qtype_gapfill.walkthrough_test/test_draggable_…