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
 * @package     mod_glossary
37
 * @package     mod_glossary
38
 * @category    test
38
 * @category    test
39
 * @copyright   2016 David Monllao {@link http://www.davidmonllao.com}
39
 * @copyright   2016 David Monllao {@link http://www.davidmonllao.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 search_test extends \advanced_testcase {
42
final class search_test extends \advanced_testcase {
Línea 43... Línea 43...
43
 
43
 
44
    /**
44
    /**
45
     * @var string Area id
45
     * @var string Area id
46
     */
46
     */
Línea 47... Línea 47...
47
    protected $entryareaid = null;
47
    protected $entryareaid = null;
-
 
48
 
48
 
49
    public function setUp(): void {
49
    public function setUp(): void {
50
        parent::setUp();
Línea 50... Línea 51...
50
        $this->resetAfterTest(true);
51
        $this->resetAfterTest(true);
51
        set_config('enableglobalsearch', true);
52
        set_config('enableglobalsearch', true);