Your IP : 216.73.216.79


Current Path : /var/www/html/eform/tests/codeception/frontend/functional/
Upload File :
Current File : /var/www/html/eform/tests/codeception/frontend/functional/HomeCept.php

<?php
use tests\codeception\frontend\FunctionalTester;

/* @var $scenario Codeception\Scenario */

$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.');