AboutCept.php 215 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <?php use tests\codeception\_pages\AboutPage; /* @var $scenario Codeception\Scenario */ $I = new FunctionalTester($scenario); $I->wantTo('ensure that about works'); AboutPage::openBy($I); $I->see('About', 'h1');