1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Unskip now-working tests

This commit is contained in:
Matt Brown 2020-10-17 12:30:19 -04:00
parent 9f29e77adc
commit 4614f4be3e
2 changed files with 2 additions and 2 deletions

View File

@ -1887,7 +1887,7 @@ class ConditionalTest extends \Psalm\Tests\TestCase
return new O();
}'
],
'SKIPPED-assertVarRedefinedInIfWithOr' => [
'assertVarRedefinedInIfWithOr' => [
'<?php
class O {}

View File

@ -1222,7 +1222,7 @@ class RedundantConditionTest extends \Psalm\Tests\TestCase
}',
'error_message' => 'RedundantCondition',
],
'SKIPPED-noLongerWarnsAboutRedundancyHere' => [
'noLongerWarnsAboutRedundancyHere' => [
'<?php
function a(bool $a, bool $b) : void {
if ($a || $b) {