File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of php-cache\cache-bundle package.
4+ * This file is part of php-cache\session-handler package.
55 *
66 * (c) 2015-2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77 *
Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of php-cache\doctrine-bridge package.
4+ * This file is part of php-cache\session-handler package.
55 *
66 * (c) 2015-2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77 *
@@ -40,7 +40,7 @@ protected function setUp()
4040 {
4141 parent ::setUp ();
4242
43- $ this ->mock = m::mock (CacheItemPoolInterface::class);
43+ $ this ->mock = m::mock (CacheItemPoolInterface::class);
4444 $ this ->handler = new Psr6SessionHandler ($ this ->mock );
4545
4646 $ this ->itemMock = m::mock (CacheItemInterface::class);
@@ -68,16 +68,13 @@ public function testGc()
6868
6969 public function testRead ()
7070 {
71-
7271 }
7372
7473 public function testWrite ()
7574 {
76-
7775 }
7876
7977 public function testDestroy ()
8078 {
81-
8279 }
8380}
You can’t perform that action at this time.
0 commit comments