예제 #1
0
파일: HomeCest.php 프로젝트: lanfp/testgit2
 public function checkOpen(FunctionalTester $I)
 {
     $I->amOnPage(\Yii::$app->homeUrl);
     $I->see('My Company');
     $I->seeLink('About');
     $I->click('About');
     $I->see('This is the About page.');
 }