We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf919b commit e3320baCopy full SHA for e3320ba
1 file changed
tests/CacheTest.php
@@ -87,7 +87,7 @@ public function testCacheExists(): void
87
public function testCacheIncr(): void
88
{
89
if (version_compare(PHP_VERSION, '8.0.0', '<')) {
90
- $this->markTestSkipped('Not Supported PHP 7.4');
+ $this->markTestSkipped('Not Supported less than PHP 8.0');
91
}
92
$key = __METHOD__;
93
// 在单进程内
@@ -124,7 +124,7 @@ public function testCacheIncr(): void
124
public function testCacheDecr(): void
125
126
127
128
129
130
0 commit comments