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:
Joshua Sherman 2014-01-13 22:55:31 -05:00
parent 40a8adb7f3
commit 3369a28954
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -95,6 +95,7 @@ $allowed_extensions = array(
'sqlite3', 'sqlite3',
'standard', 'standard',
'tokenizer', 'tokenizer',
'test_helpers',
'wddx', 'wddx',
'xdebug', 'xdebug',
'xml', 'xml',