File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ public function deleteItems(array $keys)
9898 public function save (CacheItemInterface $ item )
9999 {
100100 $ this ->addTags ($ item );
101+
101102 return $ this ->cache ->save ($ item );
102103 }
103104
@@ -107,6 +108,7 @@ public function save(CacheItemInterface $item)
107108 public function saveDeferred (CacheItemInterface $ item )
108109 {
109110 $ this ->addTags ($ item );
111+
110112 return $ this ->cache ->saveDeferred ($ item );
111113 }
112114
Original file line number Diff line number Diff line change 1818 */
1919class ContainerTest extends TestCase
2020{
21- /**
22- *
23- */
2421 public function testContainer ()
2522 {
2623 //$container = $this->createContainer();
Original file line number Diff line number Diff line change 2020 */
2121class CacheExtensionTest extends TestCase
2222{
23- /**
24- *
25- */
2623 public function testRouterBuilder ()
2724 {
2825 $ container = $ this ->createContainerFromFile ('router ' );
You can’t perform that action at this time.
0 commit comments