yii2-netdisk/tests/functional/AboutCept.php

9 lines
151 B
PHP
Raw Normal View History

2013-06-24 03:03:59 +08:00
<?php
2013-12-02 19:25:21 +08:00
use tests\_pages\AboutPage;
2013-06-24 03:03:59 +08:00
$I = new TestGuy($scenario);
$I->wantTo('ensure that about works');
2013-12-18 12:43:43 +08:00
AboutPage::openBy($I);
2013-06-24 03:03:59 +08:00
$I->see('About', 'h1');