File tree Expand file tree Collapse file tree
src/test/php/lang/ast/unittest/emit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ public function run() {
397397 Assert::equals ('ok. ' , $ f ('test. ' ));
398398 }
399399
400- #[Test, Runtime(php: '>=8.5 .0 ' )]
400+ #[Test, Runtime(php: '>=8.6 .0 ' )]
401401 public function partial_function_application_variadic_optional_by_ref () {
402402 $ f = $ this ->run ('class %T {
403403 public function run() {
@@ -410,7 +410,7 @@ public function run() {
410410 Assert::equals (1 , $ count );
411411 }
412412
413- #[Test, Runtime(php: '>=8.5 .0 ' )]
413+ #[Test, Runtime(php: '>=8.6 .0 ' )]
414414 public function partial_function_application_with_named () {
415415 $ r = $ this ->run ('class %T {
416416
@@ -422,7 +422,7 @@ public function run() {
422422 Assert::equals ('ok. ' , $ r );
423423 }
424424
425- #[Test, Runtime(php: '>=8.5 .0 ' )]
425+ #[Test, Runtime(php: '>=8.6 .0 ' )]
426426 public function partial_function_application_variadic_before_named () {
427427 $ r = $ this ->run ('class %T {
428428
You can’t perform that action at this time.
0 commit comments