mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix const test name
This commit is contained in:
parent
9880e2bede
commit
97bca6d762
@ -156,7 +156,7 @@ class EnumTest extends TestCase
|
||||
A::foo("for");',
|
||||
'error_message' => 'InvalidArgument',
|
||||
],
|
||||
'selfClassConstBadValue' => [
|
||||
'selfClassConstBadConst' => [
|
||||
'<?php
|
||||
class A {
|
||||
const FOO = "foo";
|
||||
|
Loading…
x
Reference in New Issue
Block a user