Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 * Tests for the \core_completion API's provider functionality.
34
 * Tests for the \core_completion API's provider functionality.
35
 *
35
 *
36
 * @copyright   2018 Adrian Greeve <adriangreeve.com>
36
 * @copyright   2018 Adrian Greeve <adriangreeve.com>
37
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class provider_test extends \core_privacy\tests\provider_testcase {
39
final class provider_test extends \core_privacy\tests\provider_testcase {
Línea 40... Línea 40...
40
 
40
 
Línea 41... Línea 41...
41
    use \completion_creation;
41
    use \completion_creation;
42
 
42