|
ultimix
|
Go to the source code of this file.
Functions | |
| find_html_content_in_file ($FilePath) | |
| get_function_entries ($Content) | |
| isalnum ($Letter) | |
| get_func_name ($Content, $Entry) | |
| get_func_start ($Content, $Entry) | |
| get_func_end ($Content, $Entry) | |
| get_function_bodies ($Content) | |
| count_lines ($Content) | |
| get_skip_files () | |
| skip_file ($FilePath) | |
| count_lines | ( | $Content | ) |
Function returns count of lines.
| $Content | - Testing content. |
Definition at line 300 of file unit_tests_utilities.php.
| find_html_content_in_file | ( | $FilePath | ) |
Testing html code presense in php file.
| $FilePath | - Path to the file. |
Definition at line 34 of file unit_tests_utilities.php.
| get_func_end | ( | $Content, | |
| $Entry | |||
| ) |
Function returns method body cursor.
| $Content | - File content. |
| $Entry | - Function start. |
Definition at line 220 of file unit_tests_utilities.php.
| get_func_name | ( | $Content, | |
| $Entry | |||
| ) |
Function returns method name.
| $Content | - File content. |
| $Entry | - Function start. |
Definition at line 147 of file unit_tests_utilities.php.
| get_func_start | ( | $Content, | |
| $Entry | |||
| ) |
Function returns method body cursor.
| $Content | - File content. |
| $Entry | - Function start. |
Definition at line 193 of file unit_tests_utilities.php.
| get_function_bodies | ( | $Content | ) |
Function returns function bodies.
| $Content | - File content. |
Definition at line 262 of file unit_tests_utilities.php.
| get_function_entries | ( | $Content | ) |
Function returns function entries from the file.
| $Content | - File content. |
Definition at line 77 of file unit_tests_utilities.php.
| get_skip_files | ( | ) |
Files to skip.
Definition at line 325 of file unit_tests_utilities.php.
| isalnum | ( | $Letter | ) |
Is a letter of the function name.
| $Letter | - Letter. |
Definition at line 114 of file unit_tests_utilities.php.
| skip_file | ( | $FilePath | ) |
Should the file be skipped.
| $FilePath | - Path to the file. |
Definition at line 357 of file unit_tests_utilities.php.