container); $plugin->scan(); } public function testAll() { $this->assertCreateTeamProject(); $this->task_id = $this->app->createTask(array('project_id' => $this->projectId, 'title' => 'Task 1')); $this->subtask_id = $this->app->createSubTask(array('project_id' => $this->projectId, 'task_id' => $this->task_id, 'title' => 'Subtask 1')); $this->assertNotFalse($this->task_id); $this->assertNotFalse($this->subtask_id); $this->testCreateEntry(); } public function testCreateEntry() { } }