Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 37... Línea 37...
37
 * Unit tests for comment/classes/privacy/policy
37
 * Unit tests for comment/classes/privacy/policy
38
 *
38
 *
39
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
39
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
40
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
41
 */
41
 */
42
class provider_test extends provider_testcase {
42
final class provider_test extends provider_testcase {
Línea 43... Línea 43...
43
 
43
 
-
 
44
    protected function setUp(): void {
44
    protected function setUp(): void {
45
        parent::setUp();
45
        $this->resetAfterTest();
46
        $this->resetAfterTest();
Línea 46... Línea 47...
46
    }
47
    }
47
 
48