File tree 1 file changed +4
-0
lines changed
Filter options
1 file changed +4
-0
lines changed
Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ public function testMapsFromNeverReturnType(): void
148
148
*/
149
149
public function testMapsFromFalseReturnType (): void
150
150
{
151
+ $ this ->markTestSkipped ('https://github.com/php/php-src/pull/7546 has not been merged yet ' );
152
+
151
153
$ type = (new ReflectionMapper )->fromReturnType (new ReflectionMethod (ClassWithMethodThatDeclaresFalseReturnType::class, 'falseReturnType ' ));
152
154
153
155
$ this ->assertInstanceOf (FalseType::class, $ type );
@@ -159,6 +161,8 @@ public function testMapsFromFalseReturnType(): void
159
161
*/
160
162
public function testMapsFromNullReturnType (): void
161
163
{
164
+ $ this ->markTestSkipped ('https://github.com/php/php-src/pull/7546 has not been merged yet ' );
165
+
162
166
$ type = (new ReflectionMapper )->fromReturnType (new ReflectionMethod (ClassWithMethodThatDeclaresNullReturnType::class, 'nullReturnType ' ));
163
167
164
168
$ this ->assertInstanceOf (NullType::class, $ type );
You can’t perform that action at this time.
0 commit comments