ActivityLog\ModuleTest::testGetConfig PHP Method

testGetConfig() public method

Test
public testGetConfig ( ) : void
return void
    public function testGetConfig()
    {
        $this->assertInternalType('array', $this->object->getConfig());
    }