Commit Graph

2 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7) d590b08dfa MDL-75880 phpunit: fix all @coversDefaultClass missing @covers
Because @coversDefaultClass doesn't indicate any coverage (it's
just an alias to avoid having to write the class name in @covers),
this commit fixes all the files that were using that annotation
and missing any @covers.

Basically, replacing one by the other and done.
2022-11-04 16:51:20 +01:00
Andrew Nicols deb400c6bf MDL-69549 core: Add context export API 2020-10-15 13:45:58 +08:00