mirror of
https://github.com/yiisoft/app.git
synced 2026-03-15 20:46:48 +01:00
11 lines
195 B
PHP
11 lines
195 B
PHP
<?php
|
|
namespace App\Tests\Helper;
|
|
|
|
// here you can define custom actions
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
class Functional extends \Codeception\Module
|
|
{
|
|
|
|
}
|