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

heimrichhannot / contao-utils-bundle / 8099821218

29 Feb 2024 05:05PM UTC coverage: 22.978% (+0.3%) from 22.703%
8099821218

Pull #74

github

koertho
fixed tests
Pull Request #74: Add date added field

29 of 41 new or added lines in 5 files covered. (70.73%)

8 existing lines in 1 file now uncovered.

1281 of 5575 relevant lines covered (22.98%)

1.54 hits per line

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

66.67
/src/Dca/DcaFieldOptions.php
1
<?php
2

3
namespace HeimrichHannot\UtilsBundle\Dca;
4

5
class DcaFieldOptions
6
{
7
    /**
8
     * @var string
9
     */
10
    private $table;
11

12
    /**
13
     * @param string $table
14
     */
15
    public function __construct(string $table)
16
    {
17
        $this->table = $table;
3✔
18
    }
19

20
    public function getTable(): string
21
    {
NEW
22
        return $this->table;
×
23
    }
24

25
    public function getType(): string
26
    {
27
        return $this->type;
2✔
28
    }
29
}
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