Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
krajcikondra authored Jan 11, 2019
1 parent b98d9e1 commit f3cc5cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ final class TestPresenterActions extends \Helbrary\NetteTesterExtension\BaseMult
$actions = [
'Core:Customers' => [
'actions' => [
'default' => [
'parameters' => [], // optional - default is empty array
[
'parameters' => ['action' => 'default'], // optional - default is empty array
'method' => 'GET', // optional - default is GET
'userId' => NULL, // optional - default is NULL
'userRole' => NULL, // optional - default is NULL
'identityData' => NULL, // optional - default is NULL
],
'detail' => [
'parameters' => ['id' => 1],
[
'parameters' => ['id' => 1, 'action' => 'default'],
],

]
Expand Down

0 comments on commit f3cc5cd

Please sign in to comment.