1 | <?php |
||
27 | class TimestampableTest extends \PHPUnit_Framework_TestCase |
||
28 | { |
||
29 | /** |
||
30 | * |
||
31 | * @var \Fwk\Db\Connection |
||
32 | */ |
||
33 | protected $connection; |
||
34 | |||
35 | /** |
||
36 | * Sets up the fixture, for example, opens a network connection. |
||
37 | * This method is called before a test is executed. |
||
38 | */ |
||
39 | protected function setUp() |
||
48 | |||
49 | protected function tearDown() |
||
53 | |||
54 | public function testTimestampable() |
||
72 | } |
||
73 |
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.