Test Failed
Push — master ( 402758...238b18 )
by Chukwudiebube
05:47
created
tests/TranslationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     {
13 13
         $this->setExpectedException('InvalidArgumentException');
14 14
 
15
-        Translation::translate( [ 'Invalid' ] );
15
+        Translation::translate(['Invalid']);
16 16
     }
17 17
 
18 18
     public function testTranslationPlaceHoldersDynamicLanguage()
Please login to merge, or discard this patch.