Proyectos de Subversion Moodle

Rev

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

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