for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Codeception plugin for HiDev
*
* @link https://github.com/hiqdev/hidev-codeception
* @package hidev-codeception
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2016, HiQDev (http://hiqdev.com/)
*/
namespace hidev\codeception\goals;
/**
* Goal for codeception.yml config file.
class CodeceptionYmlGoal extends \hidev\controllers\FileController
{
protected $_file = 'codeception.yml';
public function actionLoad()
$this->module->runRequest('codeception/bootstrap');
parent::actionLoad();
}