Add unit tests for RunTaskJob.

This commit is contained in:
Dane Everitt
2017-09-30 12:40:07 -05:00
parent 238ce435d6
commit d5bf8734ef
4 changed files with 219 additions and 99 deletions

View File

@@ -248,6 +248,7 @@ class NodesController extends Controller
*
* @throws \Pterodactyl\Exceptions\DisplayException
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
*/
public function updateSettings(NodeFormRequest $request, Node $node)
{