mirror of
https://github.com/dokuwiki/dokuwiki-plugin-xref.git
synced 2025-08-01 16:08:08 +00:00
Update _test/HeuristicsTest.php
Co-authored-by: Gerrit Uitslag <klapinklapin@gmail.com>
This commit is contained in:
@ -30,6 +30,10 @@ class HeuristicsTest extends DokuWikiTest
|
||||
['$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', ''],
|
||||
];
|
||||
|
Reference in New Issue
Block a user