Exemplo n.º 1
0
 public function testAmOnPage()
 {
     $this->module->amOnPage('/');
     $this->module->see('Welcome to test app!');
     $this->module->seeResponseCodeIs(200);
     $this->module->amOnPage('/info');
     $this->module->see('Information');
     $this->module->seeResponseCodeIs(200);
 }