mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 12:10:54 +08:00
8 lines
137 B
PHP
8 lines
137 B
PHP
<?php
|
|
namespace Codeception\Module;
|
|
|
|
class TestHelper extends \Codeception\Module
|
|
{
|
|
// here you can define custom methods for TestGuy
|
|
}
|