| 1 | <?php |
||
| 3 | abstract class KintTestCase extends PHPUnit_Framework_TestCase |
||
| 4 | { |
||
| 5 | protected $kint_status; |
||
| 6 | protected $char_encodings; |
||
| 7 | |||
| 8 | public function setUp() |
||
| 13 | |||
| 14 | public function tearDown() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Asserts that a condition is true. |
||
| 22 | * |
||
| 23 | * @param array $expected |
||
| 24 | * @param string $actual |
||
| 25 | * @param string $message |
||
| 26 | * |
||
| 27 | * @throws PHPUnit_Framework_AssertionFailedError |
||
| 28 | */ |
||
| 29 | public static function assertLike(array $expected, $actual, $message = '') |
||
| 37 | } |
||
| 38 |
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.