Settings router.
Here's a simple settings router. the createOrUpdate method lives in the model, and by default all models will return true on save or false if save went wrong.
This commit is contained in:
@ -73,7 +73,6 @@ class RoboFile extends \Robo\Tasks {
|
||||
|
||||
function testUnit($singleUnit = null) {
|
||||
$this->loadEnv();
|
||||
$this->compileAll();
|
||||
$this->_exec('vendor/bin/codecept build');
|
||||
$this->_exec('vendor/bin/codecept run unit ' . (($singleUnit) ? $singleUnit : ''));
|
||||
}
|
||||
|
Reference in New Issue
Block a user