1 | <?php |
||
7 | abstract class CacheTest extends TestCase{ |
||
|
|||
8 | |||
9 | private $cache; |
||
10 | |||
11 | public function setUp() { |
||
18 | |||
19 | public function tearDown() { |
||
22 | |||
23 | public function testCacheAdd(){ |
||
26 | |||
27 | public function testCacheRetrieve(){ |
||
30 | |||
31 | public function testCacheOverride(){ |
||
34 | |||
35 | public function testCacheDelete(){ |
||
38 | |||
39 | public function testCacheClear(){ |
||
42 | } |
||
43 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.