/** * Test * * @return void */ public function testLoad() { $this->assertInternalType('array', $this->object->load()); }