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/AboutCept.php

<?php

use tests\codeception\_pages\AboutPage;

$I = new FunctionalTester($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');