Added array as default for translated_strings property in LocalizationTest

8.0.x
Damian Lee 2012-08-14 13:23:42 +01:00 committed by Tim Plunkett
parent 805bf77961
commit 4c0755df14
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class LocalizationTest extends LocalizationPluginBase {
/**
* 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
* string got translated.