Skip to content

Commit 25a7395

Browse files
committed
Removed renderTemplate test and moved to it's own test for simplicity
1 parent be83dd3 commit 25a7395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Unit/FulfillmentAutomationHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function processRequest($request)
3232
case 'PR-5620-6510-1234':
3333
return "Done";
3434
case 'PR-5620-6510-TMPL':
35-
//return $this->renderTemplate("TL-1234-4321", $request);
3635
throw new \Connect\Skip("Skipping rendertemplate to be tested aside");
3736
case 'PR-5620-6510-INQUIRE':
3837
throw new \Connect\Inquire([

0 commit comments

Comments
 (0)