Proyectos de Subversion Moodle

Rev

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

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