1 | <?php |
||
16 | class HookRegistryTest extends \PHPUnit_Framework_TestCase { |
||
17 | |||
18 | public function testCanConstruct() { |
||
29 | |||
30 | public function testRegister() { |
||
44 | |||
45 | public function doTestRegisteredInterwikiLoadPrefixHandler( $instance ) { |
||
61 | |||
62 | private function assertThatHookIsExcutable( \Closure $handler, $arguments ) { |
||
68 | |||
69 | } |
||
70 |