Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 2 |
CRAP | |
0.00% |
0 / 3 |
| ProductController | |
0.00% |
0 / 1 |
|
0.00% |
0 / 2 |
6 | |
0.00% |
0 / 3 |
| __construct | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 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() | |
| { } | |
| } | |