unit_test_lang.php File Reference

Go to the source code of this file.


Variables

 $lang ['ut_test_name'] = 'Test Name'
 $lang ['ut_test_datatype'] = 'Test Datatype'
 $lang ['ut_res_datatype'] = 'Expected Datatype'
 $lang ['ut_result'] = 'Result'
 $lang ['ut_undefined'] = 'Undefined Test Name'
 $lang ['ut_file'] = 'File Name'
 $lang ['ut_line'] = 'Line Number'
 $lang ['ut_passed'] = 'Passed'
 $lang ['ut_failed'] = 'Failed'
 $lang ['ut_boolean'] = 'Boolean'
 $lang ['ut_integer'] = 'Integer'
 $lang ['ut_float'] = 'Float'
 $lang ['ut_double'] = 'Float'
 $lang ['ut_string'] = 'String'
 $lang ['ut_array'] = 'Array'
 $lang ['ut_object'] = 'Object'
 $lang ['ut_resource'] = 'Resource'
 $lang ['ut_null'] = 'Null'

Variable Documentation

$lang['ut_null'] = 'Null'

Definition at line 20 of file unit_test_lang.php.

$lang['ut_resource'] = 'Resource'

Definition at line 19 of file unit_test_lang.php.

$lang['ut_object'] = 'Object'

Definition at line 18 of file unit_test_lang.php.

$lang['ut_array'] = 'Array'

Definition at line 17 of file unit_test_lang.php.

$lang['ut_string'] = 'String'

Definition at line 16 of file unit_test_lang.php.

$lang['ut_double'] = 'Float'

Definition at line 15 of file unit_test_lang.php.

$lang['ut_float'] = 'Float'

Definition at line 14 of file unit_test_lang.php.

$lang['ut_integer'] = 'Integer'

Definition at line 13 of file unit_test_lang.php.

$lang['ut_boolean'] = 'Boolean'

Definition at line 12 of file unit_test_lang.php.

$lang['ut_failed'] = 'Failed'

Definition at line 11 of file unit_test_lang.php.

$lang['ut_passed'] = 'Passed'

Definition at line 10 of file unit_test_lang.php.

$lang['ut_line'] = 'Line Number'

Definition at line 9 of file unit_test_lang.php.

$lang['ut_file'] = 'File Name'

Definition at line 8 of file unit_test_lang.php.

$lang['ut_undefined'] = 'Undefined Test Name'

Definition at line 7 of file unit_test_lang.php.

$lang['ut_result'] = 'Result'

Definition at line 6 of file unit_test_lang.php.

$lang['ut_res_datatype'] = 'Expected Datatype'

Definition at line 5 of file unit_test_lang.php.

$lang['ut_test_datatype'] = 'Test Datatype'

Definition at line 4 of file unit_test_lang.php.

$lang['ut_test_name'] = 'Test Name'

Definition at line 3 of file unit_test_lang.php.