Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  New tweaks to the Welcome Page
  fix tests
  • Loading branch information
fabpot committed Sep 17, 2019
2 parents ab70ec6 + 99b57c7 commit fdf5e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/DependencyInjection/FrameworkExtensionTest.php
Expand Up @@ -1232,11 +1232,11 @@ public function testCachePoolServices()
(new ChildDefinition('cache.adapter.array'))
->replaceArgument(0, 12),
(new ChildDefinition('cache.adapter.filesystem'))
->replaceArgument(0, 'x5nX4TVTWn')
->replaceArgument(0, 'xctxZ1lyiH')
->replaceArgument(1, 12),
(new ChildDefinition('cache.adapter.redis'))
->replaceArgument(0, new Reference('.cache_connection.kYdiLgf'))
->replaceArgument(1, 'x5nX4TVTWn')
->replaceArgument(1, 'xctxZ1lyiH')
->replaceArgument(2, 12),
],
12,
Expand Down

0 comments on commit fdf5e6c

Please sign in to comment.