1 | <?php |
||
16 | class HookRegistryTest extends \PHPUnit_Framework_TestCase { |
||
17 | |||
18 | public function testCanConstruct() { |
||
25 | |||
26 | public function testRegister() { |
||
33 | |||
34 | public function doTestRegisteredScribuntoExternalLibraries( $instance ) { |
||
55 | |||
56 | private function assertThatHookIsExcutable( \Closure $handler, $arguments ) { |
||
62 | |||
63 | } |
||
64 |