Skip to content

Commit 55f9843

Browse files
committed
tests: Mark some nested multipliers tests as incomplete
The nested multipliers were fixed in 39725d3 but the change broke other features so it was reverted in 71cc347 (keeping the test change since it was what we want). See #92 for some more details. Another regression test was introduced in 1e6e3b2 to ensure the nested multiplier support is correctly implemented. However, proper implementation has not manifested so far so let’s mark the tests as incomplete until then.
1 parent 43fc8a4 commit 55f9843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Unit/MultiplierTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ public function testNested()
198198

199199
public function testSendNested()
200200
{
201+
$this->markTestIncomplete('Nested multipliers are broken.');
202+
201203
$request = $this->services->form->createRequest(
202204
MultiplierBuilder::create()
203205
->beforeFormModifier(function (Form $form) {
@@ -265,6 +267,8 @@ public function testSendNested()
265267
*/
266268
public function testSendNestedInnerWithDefault()
267269
{
270+
$this->markTestIncomplete('Nested multipliers are broken.');
271+
268272
$request = $this->services->form->createRequest(
269273
MultiplierBuilder::create()
270274
->beforeFormModifier(function (Form $form) {

0 commit comments

Comments
 (0)