diff options
Diffstat (limited to 'core/tests/I18n_Test.php')
-rw-r--r-- | core/tests/I18n_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/tests/I18n_Test.php b/core/tests/I18n_Test.php index df139f04..65b5e79a 100644 --- a/core/tests/I18n_Test.php +++ b/core/tests/I18n_Test.php @@ -42,7 +42,6 @@ class I18n_Test extends Unit_Test_Case { foreach ($messages_te_ST as $data) { list ($message, $translation) = $data; - $key = $message; $entry = ORM::factory("incoming_translation"); $entry->key = I18n::getMessageKey($message); $entry->message = serialize($message); |