I have included tests for all formats we have dealt with in the past. The tests can't pass until the formats are supported and the Mass Actions block is allowed to be added. So currently supported (in code at least), are core, topcoll, tiles, onetopic. seems that grid is in a similar spot for 4.0 compliance. Flexsections isn't too far out, but it does break Moodle in its current form. I will push the changes I made to see if I can jump start that format.
core passes all tests pass (1 skip is expected to test the "format is not installed" test)
topcoll latest passes all tests and should be supported.
grid needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported.
tiles needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported.
onetopic needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported.
flexsections needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. In its current state, it breaks Moodle severely and should not be supported yet.
I have included tests for all formats we have dealt with in the past. The tests can't pass until the formats are supported and the Mass Actions block is allowed to be added. So currently supported (in code at least), are core, topcoll, tiles, onetopic. seems that grid is in a similar spot for 4.0 compliance. Flexsections isn't too far out, but it does break Moodle in its current form. I will push the changes I made to see if I can jump start that format.
core passes all tests pass (1 skip is expected to test the "format is not installed" test) topcoll latest passes all tests and should be supported. grid needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported. tiles needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported. onetopic needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. With all warnings hidden, mass actions will work except for indent. Could be supported. flexsections needs updated to remove deprecated functions and implement indent, but our tests for it are probably correct. In its current state, it breaks Moodle severely and should not be supported yet.