Skip to content

Commit c7885b6

Browse files
committed
Cacheable annotation working and simple test for it made (need more complex tests to test all the stack)
1 parent 6b8e3bf commit c7885b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ArthurH/SphringCache/SphringCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testCacheContextFile()
4545
public function testCacheProxies()
4646
{
4747
$files = $this->proxiesFolder->getFiles('#.*.php$#i');
48-
$this->assertCount(5, $files);
48+
$this->assertCount(4, $files);
4949
}
5050

5151
public function testCacheAnnotations()

0 commit comments

Comments
 (0)