/** * @test */ public function executeReturnsTrueIfNoExceptionIsCaught() { $this->task->_set('taskExecutor', $this->taskExecutor); $this->assertTrue($this->task->execute()); }