1
0
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:
Bruce Weirdan 2024-02-26 01:39:38 +01:00
parent 27461c98f6
commit 4eec8bb5e8

View File

@ -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>
*/