mirror of
https://github.com/yiisoft/app.git
synced 2026-03-16 04:56:49 +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 Acceptance extends \Codeception\Module
|
|
{
|
|
|
|
}
|