Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 25... Línea 25...
25
 * @package    core_favourites
25
 * @package    core_favourites
26
 * @category   test
26
 * @category   test
27
 * @copyright  2018 Jake Dallimore <jrhdallimore@gmail.com>
27
 * @copyright  2018 Jake Dallimore <jrhdallimore@gmail.com>
28
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 */
29
 */
30
class repository_test extends \advanced_testcase {
30
final class repository_test extends \advanced_testcase {
Línea 31... Línea 31...
31
 
31
 
-
 
32
    public function setUp(): void {
32
    public function setUp(): void {
33
        parent::setUp();
33
        $this->resetAfterTest();
34
        $this->resetAfterTest();
Línea 34... Línea 35...
34
    }
35
    }
35
 
36