Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
50.00% |
1 / 2 |
CRAP | |
66.67% |
2 / 3 |
| ProductController | |
0.00% |
0 / 1 |
|
50.00% |
1 / 2 |
2.15 | |
66.67% |
2 / 3 |
| __construct | |
100.00% |
1 / 1 |
1 | |
100.00% |
2 / 2 |
|||
| start | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
| <?php | |
| namespace Controller; | |
| class ProductController extends \Tools\AController | |
| { | |
| public function __construct($context, $params) | |
| { | |
| parent::__construct($context, $params); | |
| throw new \Exception\Error404(); | |
| } | |
| public function start() | |
| { } | |
| } | |