mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Added acceptance tests for the basic app.
This commit is contained in:
8
apps/basic/tests/_helpers/CodeHelper.php
Normal file
8
apps/basic/tests/_helpers/CodeHelper.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Codeception\Module;
|
||||
|
||||
// here you can define custom functions for CodeGuy
|
||||
|
||||
class CodeHelper extends \Codeception\Module
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user