@@ -125,8 +125,6 @@ public function testAllOfPromotedPropertyAbsentUnderImplicitNullCollectsOnlyComp
125125 $ className = $ this ->generateClassFromFile (
126126 'AllOfRequiredInAnyBranch.json ' ,
127127 (new GeneratorConfiguration ())->setCollectErrors (true ),
128- false ,
129- true ,
130128 );
131129
132130 try {
@@ -371,8 +369,6 @@ public function testOneOfPromotedPropertyAbsentUnderImplicitNullCollectsOnlyComp
371369 $ className = $ this ->generateClassFromFile (
372370 'OneOfRequiredInAllBranches.json ' ,
373371 (new GeneratorConfiguration ())->setCollectErrors (true ),
374- false ,
375- true ,
376372 );
377373
378374 try {
@@ -491,7 +487,7 @@ public function testPromotionSuppressesNullUnderImplicitNull(): void
491487 {
492488 // With implicitNull=true every non-required property would normally be nullable.
493489 // Promotion must override that and force non-nullable.
494- $ className = $ this ->generateClassFromFile ('AnyOfRequiredInAllBranches.json ' , null , false , true );
490+ $ className = $ this ->generateClassFromFile ('AnyOfRequiredInAllBranches.json ' );
495491
496492 $ this ->assertNonNullableStringProperty ($ className , 'name ' );
497493 }
@@ -505,8 +501,6 @@ public function testPromotedPropertyAbsentUnderImplicitNullCollectsOnlyCompositi
505501 $ className = $ this ->generateClassFromFile (
506502 'AnyOfRequiredInAllBranches.json ' ,
507503 (new GeneratorConfiguration ())->setCollectErrors (true ),
508- false ,
509- true ,
510504 );
511505
512506 try {
0 commit comments