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

bitExpert / magento2-force-login / 6719042783

01 Nov 2023 11:22AM UTC coverage: 56.654% (-1.7%) from 58.317%
6719042783

Pull #229

github

web-flow
Merge e1622e63c into e9ebfbc8c
Pull Request #229: issue 225

29 of 29 new or added lines in 4 files covered. (100.0%)

298 of 526 relevant lines covered (56.65%)

11.48 hits per line

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

0.0
/Model/WhitelistDefaultPool.php
1
<?php
2

3
/*
4
 * This file is part of the Force Login module for Magento2.
5
 *
6
 * (c) bitExpert AG
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
namespace BitExpert\ForceCustomerLogin\Model;
13

14
/**
15
 * Class WhitelistEntryDefaultPool
16
 *
17
 * @package BitExpert\ForceCustomerLogin\Model
18
 * @codingStandardsIgnoreFile
19
 */
20
class WhitelistDefaultPool
21
{
22
    private array $entries = [];
23

24
    /**
25
     * Pool constructor
26
     *
27
     * @param array[] $entries
28
     */
29
    public function __construct(
30
        array $entries = []
×
31
    ) {
32
        $this->entries = $entries;
×
33
    }
34

35
    /**
36
     * Get default entries from pool
37
     *
38
     * @return array[string, array]
39
     */
40
    public function getEntries(): array
41
    {
42
        return $this->entries;
×
43
    }
44
}
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

© 2026 Coveralls, Inc