コード例 #1
0
 public function testValidateNotEmptyFails()
 {
     $this->assertFalse($this->validator->validateNotEmpty(null, array(), null));
 }