Skip to content

Commit

Permalink
Test: add nested Multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
martenb authored and f3l1x committed Sep 11, 2020
1 parent 715c51c commit f2cf6fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/MultiplierTest.php
Expand Up @@ -221,6 +221,7 @@ public function testSendNested()
],
],
['bar' => 'bar'],
Multiplier::SUBMIT_CREATE_NAME => '',
],
]);

Expand All @@ -241,6 +242,10 @@ public function testSendNested()
'bar' => 'bar',
'm2' => [],
],
[
'bar' => '',
'm2' => [],
],
],
], $send->getValues());
}
Expand Down

0 comments on commit f2cf6fb

Please sign in to comment.