groundctrl/concerto-bundle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
composer.json
phpunit.xml.dist
src/Resources/config/services.yml
src/Resources/doc/configuration.md
src/Resources/doc/cookbook/example_advanced.md
src/Resources/doc/cookbook/example_simple.md
src/Resources/doc/cookbook/examples.md
src/Resources/doc/getting_started.md
src/Resources/doc/installation.md
src/Resources/doc/under_the_hood.md
src/Resources/meta/LICENSE.md
src/Tests/Functional/app/config/config_test.yml
src/Tests/Functional/app/console
src/CtrlConcertoBundle.php17
src/DataFixtures/ORM/LoadBadEntityData.php20
src/DataFixtures/ORM/LoadSoloistAwareEntityData.php47
A
1 hr
src/DataFixtures/ORM/LoadSoloistUnawareEntityData.php34
src/DependencyInjection/Compiler/ConcertoCompilerPass.php13
src/DependencyInjection/ConcertoExtension.php44
A
1 hr
src/DependencyInjection/Configuration.php105
B
4 hrs
src/Event/SoloEvent.php27
src/EventListener/ClaimEntitySubscriber.php30
A
35 mins
src/EventListener/ConductSoloistListener.php23
src/EventListener/FindSoloistListener.php51
src/Model/Soloist.php6
src/Model/SoloistAwareInterface.php7
src/ORM/Conductor.php43
A
35 mins
src/ORM/Filter/SoloistFilter.php35
src/Solo/HostnameSolo.php27
src/Solo/RepositorySolo.php26
src/Solo/SoloInterface.php9
src/SoloEvents.php7
src/Tests/ConcertoTestCase.php17
src/Tests/ConcertoTestHelper.php38
src/Tests/ConcertoWebTestCase.php40
src/Tests/Event/SoloEventTest.php34
src/Tests/EventListener/ConductEntityManagerListenerTest.php27
src/Tests/EventListener/FindSoloistListenerTest.php161
A
1 hr
src/Tests/EventSubscriber/ClaimEntitySubscriberFunctionalTest.php38
src/Tests/EventSubscriber/ClaimEntitySubscriberTest.php78
B
4 hrs
src/Tests/Fixtures/Entity/ConcertoTestAwareEntity.php33
src/Tests/Fixtures/Entity/ConcertoTestBadAwareEntity.php13
src/Tests/Fixtures/Entity/ConcertoTestSoloist.php22
src/Tests/Fixtures/Entity/ConcertoTestSoloistLinkingEntity.php32
src/Tests/Fixtures/Entity/ConcertoTestUnawareEntity.php21
src/Tests/Fixtures/ORM/Repository/ConcertoTestSoloistLinkingEntityRepository.php15
src/Tests/Functional/app/AppKernel.php28