Passed
Push — master ( d83551...3d9efb )
by Piotr
05:38
created
Tests/PatternResolverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public function testPatternResolverContextObject()
19 19
     {
20
-        $testPattern = 'IN/{' . Tag::YEAR . '}/{' . Tag::NUMBER . '}/{' . Tag::CONTEXT_OBJECT . '}';
20
+        $testPattern = 'IN/{'.Tag::YEAR.'}/{'.Tag::NUMBER.'}/{'.Tag::CONTEXT_OBJECT.'}';
21 21
         $randNumber = rand(1, 10);
22 22
         $testContextValue = 'TestContextValue';
23 23
 
Please login to merge, or discard this patch.