Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 16, 2024
1 parent 18ec88b commit 7900299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Languages/Php/Patterns/TypedConstantNamePattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Tempest\Highlight\Tokens\TokenType;

#[PatternTest(
input: 'private const string BAR',
input: 'private const string BAR = ""',
output: 'BAR',
)]
final readonly class TypedConstantNamePattern implements Pattern
Expand Down

0 comments on commit 7900299

Please sign in to comment.