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

contributte / datagrid / 8230157862

11 Mar 2024 09:02AM UTC coverage: 34.102%. First build
8230157862

Pull #1060

github

radimvaculik
Fix failing tests
Pull Request #1060: [7.x] Next

117 of 435 new or added lines in 54 files covered. (26.9%)

1124 of 3296 relevant lines covered (34.1%)

0.34 hits per line

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

0.0
/src/GroupAction/GroupSelectAction.php
1
<?php declare(strict_types = 1);
2

3
namespace Contributte\Datagrid\GroupAction;
4

5
class GroupSelectAction extends GroupAction
6
{
7

NEW
8
        public function __construct(string $title, protected array $options = [])
×
9
        {
10
                parent::__construct($title);
×
11
        }
12

13
        public function getOptions(): array
14
        {
15
                return $this->options;
×
16
        }
17

18
        /**
19
         * Has the action some options?
20
         */
21
        public function hasOptions(): bool
22
        {
23
                return $this->options !== [];
×
24
        }
25

26
}
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