mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-29 13:57:50 +08:00
@@ -3,5 +3,8 @@ namespace Codeception\Module;
|
||||
|
||||
class WebHelper extends \Codeception\Module
|
||||
{
|
||||
// here you can define custom methods for WebGuy
|
||||
public function _beforeSuite($settings = [])
|
||||
{
|
||||
include __DIR__.'/../acceptance/_bootstrap.php';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user