Added test_helpers functions
For all of my friends that are good about unit testing and use the test_helpers
This commit is contained in:
parent
40a8adb7f3
commit
3369a28954
2 changed files with 3 additions and 0 deletions
|
@ -324,6 +324,8 @@ syn keyword phpClasses __PHP_Incomplete_Class php_user_filter Directory containe
|
||||||
|
|
||||||
" tokenizer
|
" tokenizer
|
||||||
syn keyword phpFunctions token_get_all token_name contained
|
syn keyword phpFunctions token_get_all token_name contained
|
||||||
|
" test_helpers
|
||||||
|
syn keyword phpFunctions unset_new_overload set_new_overload unset_exit_overload set_exit_overload rename_method rename_function contained
|
||||||
" wddx
|
" wddx
|
||||||
syn keyword phpFunctions wddx_serialize_value wddx_serialize_vars wddx_packet_start wddx_packet_end wddx_add_vars wddx_deserialize contained
|
syn keyword phpFunctions wddx_serialize_value wddx_serialize_vars wddx_packet_start wddx_packet_end wddx_add_vars wddx_deserialize contained
|
||||||
" xdebug
|
" xdebug
|
||||||
|
|
|
@ -95,6 +95,7 @@ $allowed_extensions = array(
|
||||||
'sqlite3',
|
'sqlite3',
|
||||||
'standard',
|
'standard',
|
||||||
'tokenizer',
|
'tokenizer',
|
||||||
|
'test_helpers',
|
||||||
'wddx',
|
'wddx',
|
||||||
'xdebug',
|
'xdebug',
|
||||||
'xml',
|
'xml',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue