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:
parent
9f29e77adc
commit
4614f4be3e
@ -1887,7 +1887,7 @@ class ConditionalTest extends \Psalm\Tests\TestCase
|
||||
return new O();
|
||||
}'
|
||||
],
|
||||
'SKIPPED-assertVarRedefinedInIfWithOr' => [
|
||||
'assertVarRedefinedInIfWithOr' => [
|
||||
'<?php
|
||||
class O {}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user