We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856ee7 commit af9b2bfCopy full SHA for af9b2bf
Test/CacheTest.php
@@ -67,7 +67,6 @@ public function testExist($agent)
67
*/
68
public function testCheck($agent)
69
{
70
-
71
$closure = $this->getMock("stdClass", ["__invoke"]);
72
$closure->expects($this->never())->method("__invoke");
73
0 commit comments