Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6825024

Browse files
committed
changed label
1 parent 1dab3ea commit 6825024

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ZendDiagnostics/Check/OpCacheMemory.php

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ public function check()
4343
return parent::check();
4444
}
4545

46+
/**
47+
* Return a label describing this test instance.
48+
*
49+
* @return string
50+
*/
51+
public function getLabel()
52+
{
53+
return 'OPcache Memory';
54+
}
55+
4656
/**
4757
* Returns the total memory in bytes
4858
*

0 commit comments

Comments
 (0)