function __construct() { parent::__construct(); $this->_templates_path = dirname(__FILE__) . '/../../template/'; }
function setUp() { parent::setUp(); $this->project = new lmbProjectConstructor($this->dir_for_test_case, new lmbCliResponse()); }