1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix const test name

This commit is contained in:
Matthew Brown 2018-08-08 21:46:37 -04:00
parent 9880e2bede
commit 97bca6d762

View File

@ -156,7 +156,7 @@ class EnumTest extends TestCase
A::foo("for");',
'error_message' => 'InvalidArgument',
],
'selfClassConstBadValue' => [
'selfClassConstBadConst' => [
'<?php
class A {
const FOO = "foo";