Public Member Functions | |
testHookIsDocumentedPHP () | |
testHookExistsPHP () | |
testHookIsDocumentedJS () | |
testHookExistsJS () | |
Protected Member Functions | |
setUp () | |
Static Protected Member Functions | |
static | getJSHooksFromFile ($file) |
static | getPHPHooksFromFile ($file) |
static | getHooksFromPath ($path, $callback) |
static | parseDocBlock ($block) |
Protected Attributes | |
$documented = array() | |
$used = array() | |
$paths |
Definition at line 11 of file HookDocTest.php.
static HookDocTest::getHooksFromPath | ( | $ | path, | |
$ | callback | |||
) | [static, protected] |
Definition at line 97 of file HookDocTest.php.
Referenced by setUp().
static HookDocTest::getJSHooksFromFile | ( | $ | file | ) | [static, protected] |
Definition at line 73 of file HookDocTest.php.
static HookDocTest::getPHPHooksFromFile | ( | $ | file | ) | [static, protected] |
Definition at line 85 of file HookDocTest.php.
static HookDocTest::parseDocBlock | ( | $ | block | ) | [static, protected] |
Definition at line 112 of file HookDocTest.php.
Referenced by setUp().
HookDocTest::setUp | ( | ) | [protected] |
HookDocTest::testHookExistsJS | ( | ) |
Definition at line 142 of file HookDocTest.php.
HookDocTest::testHookExistsPHP | ( | ) |
Definition at line 130 of file HookDocTest.php.
HookDocTest::testHookIsDocumentedJS | ( | ) |
Definition at line 136 of file HookDocTest.php.
HookDocTest::testHookIsDocumentedPHP | ( | ) |
Definition at line 124 of file HookDocTest.php.
HookDocTest::$documented = array() [protected] |
Definition at line 12 of file HookDocTest.php.
HookDocTest::$paths [protected] |
array( 'php' => array( '', 'api', 'ffs', 'messagegroups', 'specials', 'tag', 'translationaids', 'ttmserver', 'utils', 'webservices', ), 'js' => array( 'resources/js', ), )
Definition at line 14 of file HookDocTest.php.
HookDocTest::$used = array() [protected] |
Definition at line 13 of file HookDocTest.php.