Skip to content
Snippets Groups Projects
Commit 4c0755df authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Added array as default for translated_strings property in LocalizationTest

parent 805bf779
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -25,7 +25,7 @@ class LocalizationTest extends LocalizationPluginBase { ...@@ -25,7 +25,7 @@ class LocalizationTest extends LocalizationPluginBase {
/** /**
* Store the strings which was translated. * Store the strings which was translated.
*/ */
var $translated_strings; var $translated_strings = array();
/** /**
* Return the string and take sure that the test can find out whether the * Return the string and take sure that the test can find out whether the
* string got translated. * string got translated.
......
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