Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 3 |
Home | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
index | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
<?php namespace App\Controllers; | |
class Home extends BaseController | |
{ | |
public function index() | |
{ | |
echo $this->renderPage('home/index'); | |
} | |
} |