Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
1 / 1 |
| FrontUserBundle | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
| getParent | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
| <?php | |
| /* | |
| * This file is part of the Incipio package. | |
| * | |
| * (c) Théo FIDRY <theo.fidry@gmail.com> | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ | |
| namespace FrontBundle\Bundle\UserBundle; | |
| use Symfony\Component\HttpKernel\Bundle\Bundle; | |
| /** | |
| * Class FrontUserBundle: child bundle of the FOSUserBundle. | |
| * | |
| * @author Théo FIDRY <theo.fidry@gmail.com> | |
| */ | |
| class FrontUserBundle extends Bundle | |
| { | |
| /** | |
| * {@inheritdoc} | |
| */ | |
| public function getParent() | |
| { | |
| return 'FOSUserBundle'; | |
| } | |
| } |