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:
marco
2015-08-19 23:55:30 +02:00
parent ada1bfdcd9
commit ce730d7c3b
8 changed files with 76 additions and 45 deletions

View File

@ -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 : ''));
}