Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 32... Línea 32...
32
 * Privacy provider tests class.
32
 * Privacy provider tests class.
33
 *
33
 *
34
 * @copyright  2018 Jake Dallimore <jrhdallimore@gmail.com>
34
 * @copyright  2018 Jake Dallimore <jrhdallimore@gmail.com>
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
36
 */
37
class provider_test extends \core_privacy\tests\provider_testcase {
37
final class provider_test extends \core_privacy\tests\provider_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    protected function create_portfolio_data($plugin, $name, $user, $preference, $value) {
39
    protected function create_portfolio_data($plugin, $name, $user, $preference, $value) {
40
        global $DB;
40
        global $DB;
41
        $portfolioinstance = (object) [
41
        $portfolioinstance = (object) [