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

contributte / datagrid / 7048127238

30 Nov 2023 02:47PM UTC coverage: 34.081%. First build
7048127238

Pull #1060

github

paveljanda
Minor CSS changes for the next verison of datagrid
Pull Request #1060: [7.x] Next

118 of 431 new or added lines in 54 files covered. (27.38%)

1125 of 3301 relevant lines covered (34.08%)

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

© 2026 Coveralls, Inc