コード例 #1
0
ファイル: FilterTest.php プロジェクト: kachit/phalcon-lib
 public function testIsValidFailGetErrorMessages()
 {
     $this->testable->setLimit('foo')->setOffset(null)->isValid();
     $result = $this->testable->getValidation()->getMessages();
     $this->assertTrue(is_array($result));
 }