Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 16d4b20

Browse files
committed
Fixed array syntax
1 parent e1ccd7c commit 16d4b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DeepLTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testTranslateTagHandlingSuccess()
148148

149149
$deepl = new DeepL($authKey);
150150

151-
$translatedText = $deepl->translate($germanText, 'en', 'de', ['xml']);
151+
$translatedText = $deepl->translate($germanText, 'en', 'de', array('xml'));
152152

153153
$this->assertEquals('<strong>Text zu übersetzen</strong>', $translatedText);
154154
}

0 commit comments

Comments
 (0)