mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
![]() The optional parameters of assertEquals() and assertNotEquals() are deprecated in PHPUnit 8 (to be removed in PHPUnit 9): - delta => use assertEqualsWithDelta() - canonicalize => use assertEqualsCanonicalizing() - ignoreCase => use assertEqualsIgnoringCase - maxDepth => removed without replacement. More info @ https://github.com/sebastianbergmann/phpunit/issues/3341 Initial search done with: ag 'assert(Not)?Equals\(.*,.*,' --php Then, running tests and fixing remaining cases. |
||
---|---|---|
.. | ||
areafiles | ||
boxnet | ||
classes/privacy | ||
contentbank | ||
coursefiles | ||
dropbox | ||
equella | ||
filesystem | ||
flickr | ||
flickr_public | ||
googledocs | ||
local | ||
merlot | ||
nextcloud | ||
onedrive | ||
picasa | ||
recent | ||
s3 | ||
skydrive | ||
tests | ||
upload | ||
url | ||
user | ||
webdav | ||
wikimedia | ||
youtube | ||
draftfiles_ajax.php | ||
draftfiles_manager.php | ||
filepicker.js | ||
filepicker.php | ||
lib.php | ||
manage_instances.php | ||
README.txt | ||
repository_ajax.php | ||
repository_callback.php | ||
upgrade.txt |
Repository API ============== This directory contains all the interfaces and plugins for access to repositories. Specs: http://docs.moodle.org/dev/Repository_API Track: http://tracker.moodle.org/browse/MDL-13766