Example #1
0
 public function setUp()
 {
     parent::setUp();
     $this->container = new \Mockery\Container();
     if (!is_dir($this->getBluzmanWorkingPath())) {
         mkdir($this->getBluzmanWorkingPath());
     }
     $this->config = new \Bluzman\Application\Config($this->getApplication());
 }
Example #2
0
 public function setUp()
 {
     parent::setUp();
     $this->projectName = 'test';
 }