b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/frontend/tests/functional/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/frontend/tests/functional/HomeCest.php

<?php

namespace frontend\tests\functional;

use frontend\tests\FunctionalTester;

class HomeCest
{
    public function checkOpen(FunctionalTester $I)
    {
        $I->amOnPage(\Yii::$app->homeUrl);
        $I->see('My Application');
        $I->seeLink('About');
        $I->click('About');
        $I->see('This is the About page.');
    }
}

Copyright © 2019 by b0y-101