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
 *
34
 *
35
 * @package     core
35
 * @package     core
36
 * @copyright   2016 Devang Gaur {@link http://www.davidmonllao.com}
36
 * @copyright   2016 Devang Gaur {@link http://www.davidmonllao.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 search_test extends \advanced_testcase {
39
final class search_test extends \advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    /**
41
    /**
42
     * @var string Area id
42
     * @var string Area id
43
     */
43
     */
Línea 44... Línea 44...
44
    protected $userareaid = null;
44
    protected $userareaid = null;
-
 
45
 
45
 
46
    public function setUp(): void {
46
    public function setUp(): void {
47
        parent::setUp();
Línea 47... Línea 48...
47
        $this->resetAfterTest(true);
48
        $this->resetAfterTest(true);