Skip to content

Commit

Permalink
Update _test/HeuristicsTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit Uitslag <[email protected]>
  • Loading branch information
splitbrain and Klap-in committed Aug 7, 2023
1 parent 4bd0aa8 commit e4606c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _test/HeuristicsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public function provideData()
['$INFO', 'INFO', ''],
['foobar()', 'foobar', ''],
['FooBar()', 'FooBar', ''],
['foobar(\'a\', 5)', 'foobar', ''],
['FooBar(\'a\', 5)', 'FooBar', ''],
['foobar($test, $more)', 'foobar', ''],
['FooBar($test, $more)', 'FooBar', ''],
['AbstractItem', 'AbstractItem', 'AbstractItem'],
['abstractItem', 'abstractItem', ''],
];
Expand Down

0 comments on commit e4606c5

Please sign in to comment.