moodle/mod/lti/tests
Meirza 67e583783c MDL-77348 mod_lti: Added missing class properties
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.

While working on this issue, even though it's not related to the deprecation issue,
I added 'use core_external\external_api' to avoid the 'Undefined type external_api' warning at
mod_lti_testcase::generate_tool_proxy().
2023-04-12 13:56:21 +07:00
..
behat MDL-62839 mod_lti: change instructorchoiceacceptgrades default value 2023-02-09 10:22:17 -06:00
event MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
external MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
fixtures MDL-73847 lti: fetch keyset URLs using configured proxy settings 2023-01-16 10:00:17 +10:00
generator MDL-69092 mod_lti: Add pagination to toolconfigure.php. 2021-11-17 22:44:56 +11:00
local/ltiopenid MDL-77077 mod_lti: Fix JWT signature verify when alg missing from JWKS 2023-01-30 16:44:23 +08:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
task MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
externallib_test.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
generator_test.php MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
lib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
locallib_test.php Merge branch 'MDL-76602-master-lti13claims' of https://github.com/cengage/moodle 2023-02-21 16:46:25 +00:00
mod_lti_testcase.php MDL-77348 mod_lti: Added missing class properties 2023-04-12 13:56:21 +07:00
service_exception_handler_test.php MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00
servicelib_test.php MDL-74413 phpunit: Move more tests to use correct names and namespaces 2022-05-07 20:32:30 +02:00