Skip to content
Snippets Groups Projects
Unverified Commit b8d834e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3085512 by Krzysztof Domański: Remove Class Constant Visibility from...

Issue #3085512 by Krzysztof Domański: Remove Class Constant Visibility from HelpTopicTwigTest which breaks tests at PHP 7
parent d6497308
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class HelpTopicTwigTest extends UnitTestCase {
*
* @var array
*/
protected const PLUGIN_INFORMATION = [
const PLUGIN_INFORMATION = [
'id' => 'test.topic',
'provider' => 'test',
'label' => 'This is the topic label',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment