Exemplo n.º 1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::errorToEnglish
  */
 public function testErrorToEnglish()
 {
     $error = array(0 => 'No Error', 10 => 'Requested data is missing');
     $this->assertEquals($this->object->errorToEnglish(10), 'Requested data is missing');
 }