Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 3 |
| App\Controllers\CheckoutControlController | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
| __construct | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
|||
| <?php | |
| namespace App\Controllers; | |
| class CheckoutControlController extends \Core\Controller { | |
| private $checkout; | |
| public function __construct($route_params) { | |
| parent::__construct($route_params); | |
| $this->checkout = \App\Models\Checkout::getInstance(); | |
| } | |
| } |