Skip to content

Commit ce56679

Browse files
committed
Ignore php8_native_union_with_self test for the moment
Seee php/php-src#18373
1 parent 2103129 commit ce56679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/php/lang/unittest/TypeUnionTest.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Nullable
1414
};
1515
use test\verify\Runtime;
16-
use test\{Action, Assert, Expect, Test, Values};
16+
use test\{Assert, Expect, Ignore, Test, Values};
1717

1818
class TypeUnionTest {
1919

@@ -242,7 +242,7 @@ public function php8_native_nullable_union_return_type_name() {
242242
Assert::equals('?', typeof($f)->getMethod('fixture')->getReturnTypeName()[0]);
243243
}
244244

245-
#[Test, Runtime(php: '>=8.0.0-dev')]
245+
#[Test, Runtime(php: '>=8.0.0-dev'), Ignore('https://github.com/php/php-src/issues/18373')]
246246
public function php8_native_union_with_self() {
247247
$t= typeof(eval('
248248
namespace lang\unittest;

0 commit comments

Comments
 (0)