Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš authored Jan 30, 2018
1 parent 63cbd98 commit 6ef7033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests/DependentMultiSelectBoxTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ final class DependentMultiSelectBoxTest extends Tester\TestCase

$presenter = $presenterFactory->createPresenter('Base');
$presenter->autoCanonicalize = false;
$request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentMultiSelect1', 'do' => 'dependentMultiSelectForm1-dependentMultiSelect-load', 'frm_dependentMultiSelect_select' => 1]);
$request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentMultiSelect1', 'do' => 'dependentMultiSelectForm1-dependentMultiSelect-load', 'frm_dependentMultiSelectForm1_select' => 1]);
$response = $presenter->run($request);

Tester\Assert::true($response instanceof Nette\Application\Responses\JsonResponse);
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/DependentSelectBoxTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ final class DependentSelectBoxTest extends Tester\TestCase

$presenter = $presenterFactory->createPresenter('Base');
$presenter->autoCanonicalize = false;
$request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentSelect1', 'do' => 'dependentSelectForm1-dependentSelect-load', 'frm_dependentSelect_select' => 1]);
$request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentSelect1', 'do' => 'dependentSelectForm1-dependentSelect-load', 'frm_dependentSelectForm1_select' => 1]);
$response = $presenter->run($request);

Tester\Assert::true($response instanceof Nette\Application\Responses\JsonResponse);
Expand Down

0 comments on commit 6ef7033

Please sign in to comment.