Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 36... Línea 36...
36
 * @package     mod_book
36
 * @package     mod_book
37
 * @category    test
37
 * @category    test
38
 * @copyright   2016 Eric Merrill {@link http://www.merrilldigital.com}
38
 * @copyright   2016 Eric Merrill {@link http://www.merrilldigital.com}
39
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 */
40
 */
41
class search_test extends \advanced_testcase {
41
final class search_test extends \advanced_testcase {
Línea 42... Línea 42...
42
 
42
 
43
    /**
43
    /**
44
     * @var string Area id
44
     * @var string Area id
45
     */
45
     */
Línea 46... Línea 46...
46
    protected $bookchapterareaid = null;
46
    protected $bookchapterareaid = null;
-
 
47
 
47
 
48
    public function setUp(): void {
48
    public function setUp(): void {
49
        parent::setUp();
Línea 49... Línea 50...
49
        $this->resetAfterTest(true);
50
        $this->resetAfterTest(true);