Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/codedit/tests/codeception/functional/
Upload File :
Current File : /hdd/hdd11/www/codedit/tests/codeception/functional/HomeCept.php

<?php

$I = new FunctionalTester($scenario);
$I->wantTo('ensure that home page works');
$I->amOnPage(Yii::$app->homeUrl);
$I->see('My Company');
$I->seeLink('About');
$I->click('About');
$I->see('This is the About page.');