mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Disabled wrong test
This commit is contained in:
parent
27461c98f6
commit
4eec8bb5e8
@ -217,8 +217,9 @@ class GeneratorTest extends TestCase
|
|||||||
echo yield;
|
echo yield;
|
||||||
}',
|
}',
|
||||||
],
|
],
|
||||||
'yieldFromTwiceWithVoidSend' => [
|
'SKIPPED-yieldFromTwiceWithVoidSend' => [
|
||||||
'code' => '<?php
|
'code' => '<?php
|
||||||
|
// this test is all wrong
|
||||||
/**
|
/**
|
||||||
* @return \Generator<int, string, void, string>
|
* @return \Generator<int, string, void, string>
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user