/** * Test * * @return void */ public function testLoadWithWrongValues() { $this->assertFalse($this->object->load('undefined')); }