Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | * @param sspmod_monitor_Monitor $monitor |
||
12 | */ |
||
13 | public function __construct($monitor, $input) |
||
14 | { |
||
15 | assert($monitor instanceof sspmod_monitor_Monitor); |
||
16 | assert(is_array($input)); |
||
17 | |||
18 | $this->setMonitor($monitor); |
||
19 | $this->setInput($input); |
||
20 | $this->initialize(); |
||
21 | $this->setInput(null); |
||
22 | $this->invokeTestSuite(); |
||
89 |
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.