Add unit tests for RunTaskJob.

This commit is contained in:
Dane Everitt 2017-09-30 12:40:07 -05:00
parent 238ce435d6
commit d5bf8734ef
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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)
{