Esempio n. 1
0
 public function testInputExistsReturnsFalse()
 {
     $fp = new FormParser($this->testDir . 'contact-form.php');
     $this->assertFalse($fp->inputExists('ghost'));
 }