Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
2 / 2 |
CRAP | |
100.00% |
4 / 4 |
Components | |
100.00% |
1 / 1 |
|
100.00% |
2 / 2 |
2 | |
100.00% |
4 / 4 |
bundles | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
buildBundles | |
100.00% |
1 / 1 |
1 | |
100.00% |
3 / 3 |
<?php | |
namespace PHPixie\BundleFramework; | |
class Components extends \PHPixie\Framework\Components | |
{ | |
public function bundles() | |
{ | |
return $this->instance('bundles'); | |
} | |
protected function buildBundles() | |
{ | |
return new \PHPixie\Bundles( | |
$this->builder->bundles() | |
); | |
} | |
} |