Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 29... Línea 29...
29
require_once('all_checks.php');
29
require_once('all_checks.php');
Línea 30... Línea 30...
30
 
30
 
31
/**
31
/**
32
 * Class a_must_contain_text_testcase
32
 * Class a_must_contain_text_testcase
33
 */
33
 */
34
class a_must_contain_text_test extends all_checks {
34
final class a_must_contain_text_test extends all_checks {
35
    /** @var string Check type */
35
    /** @var string Check type */
Línea 36... Línea 36...
36
    protected $checktype = 'a_must_contain_text';
36
    protected $checktype = 'a_must_contain_text';
37
 
37