@@ -17,7 +17,7 @@ |
||
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 |