2025-04-10 23:19:13 +08:00

11 lines
222 B
PHP
Executable File

<?php
use tests\codeception\_pages\RoutePage;
/* @var $scenario Codeception\Scenario */
$I = new FunctionalTester($scenario);
$I->wantTo('ensure that create route work');
RoutePage::openBy($I);
$I->see('Routes', 'h1');