Completed
Push — master ( 8664c2...3fbe19 )
by Nic
13:41
created
tests/Elements/ElementBlogPostsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $this->assertEquals(
29 29
             $object->getSummary(),
30 30
             _t(
31
-                BlogPost::class . 'PLURALS',
31
+                BlogPost::class.'PLURALS',
32 32
                 'A Blog Post|{count} Blog Posts',
33 33
                 ['count' => $count]
34 34
             )
Please login to merge, or discard this patch.