Exemple #1
0
 public function testIsValidFailGetErrorMessages()
 {
     $this->testable->setLimit('foo')->setOffset(null)->isValid();
     $result = $this->testable->getValidation()->getMessages();
     $this->assertTrue(is_array($result));
 }