We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8e3bf commit c7885b6Copy full SHA for c7885b6
tests/ArthurH/SphringCache/SphringCacheTest.php
@@ -45,7 +45,7 @@ public function testCacheContextFile()
45
public function testCacheProxies()
46
{
47
$files = $this->proxiesFolder->getFiles('#.*.php$#i');
48
- $this->assertCount(5, $files);
+ $this->assertCount(4, $files);
49
}
50
51
public function testCacheAnnotations()
0 commit comments