Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 38... Línea 38...
38
class baseattribute_test extends \basic_testcase {
38
class baseattribute_test extends \basic_testcase {
Línea 39... Línea 39...
39
 
39
 
40
    /**
40
    /**
41
     * Correct base_attribute tests
41
     * Correct base_attribute tests
42
     */
42
     */
43
    function test_base_attribute() {
43
    function test_base_attribute(): void {
44
        $name_with_all_chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_';
44
        $name_with_all_chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_';
Línea 45... Línea 45...
45
        $value_to_test = 'Some <value> to test';
45
        $value_to_test = 'Some <value> to test';
46
 
46