%PDF- %PDF-
Direktori : /proc/thread-self/root/www/varak.net/wiki.varak.net/tests/phpunit/includes/api/ |
Current File : //proc/thread-self/root/www/varak.net/wiki.varak.net/tests/phpunit/includes/api/MockApi.php |
<?php class MockApi extends ApiBase { public $warnings = []; public function execute() { } public function __construct() { } public function getModulePath() { return $this->getModuleName(); } public function addWarning( $warning, $code = null, $data = null ) { $this->warnings[] = $warning; } public function getAllowedParams() { return [ 'filename' => null, 'enablechunks' => false, 'sessionkey' => null, ]; } }