/
Ladlen
/
apple
Обзор
Документация
Войти
/
Ladlen
/
apple
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/tests/functional/HomeCest.php
17 строк
344 B
Ladlen
first commit
22 апр 2020, 02:29
22 апр 2020, 02:29
805134f
Код
Авторство
О чём код?
<?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.'); } }