Esempio n. 1
0
 public function testSeeInSource()
 {
     $this->module->amOnPage('/');
     $this->module->seeInSource('<h1>Welcome to test app!</h1>');
     $this->module->seeInSource('A wise man said: "debug!"');
     $this->module->dontSeeInSource('John Cleese');
 }