• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LM-Commons / LmcRbacMvcDeveloperTools / 9228969896

24 May 2024 07:25PM UTC coverage: 0.0%. First build
9228969896

push

github

web-flow
Merge pull request #1 from visto9259/master

Updated for LmcRbacMvc 4.x

0 of 39 new or added lines in 3 files covered. (0.0%)

0 of 107 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Module.php
1
<?php
2

3
namespace LmcRbacMvcDevTools;
4

5
class Module implements \Laminas\ModuleManager\Feature\ConfigProviderInterface
6
{
7

8
    /**
9
     * @inheritDoc
10
     */
11
    public function getConfig()
×
12
    {
NEW
13
        $configProvider = new ConfigProvider();
×
NEW
14
        return [
×
NEW
15
            'service_manager' => $configProvider->getDependencies(),
×
NEW
16
            'view_manager' => $configProvider->getViewManagerConfig(),
×
NEW
17
            'laminas-developer-tools' => $configProvider->getLaminasDeveloperToolsConfig(),
×
NEW
18
        ];
×
19
    }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc