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