Redaxscript\Tests\HookTest::testGetModuleArray PHP Method

testGetModuleArray() public method

testGetModuleArray
Since: 2.4.0
public testGetModuleArray ( )
    public function testGetModuleArray()
    {
        /* setup */
        Hook::construct($this->_registry);
        Hook::init();
        /* actual */
        $actualArray = Hook::getModuleArray();
        /* compare */
        $this->assertArrayHasKey('TestDummy', $actualArray);
    }