mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76583 core_external: external_api unit tests coding style fixes
This commit is contained in:
parent
ca7305f0c6
commit
6325775551
1 changed files with 6 additions and 0 deletions
|
@ -16,10 +16,16 @@
|
|||
|
||||
namespace core;
|
||||
|
||||
// phpcs:disable moodle.PHPUnit.TestCaseNames.Missing
|
||||
/**
|
||||
* Just a wrapper to access protected apis for testing.
|
||||
*
|
||||
* Note: This is deprecated. Please use Reflection instead.
|
||||
*
|
||||
* @package core
|
||||
* @subpackage phpunit
|
||||
* @copyright 2009 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class test_exernal_api extends \core_external\external_api {
|
||||
public static function get_context_wrapper($params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue