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

webeweb / jquery-datatables-bundle / 9657863695

25 Jun 2024 06:54AM UTC coverage: 99.814% (+0.001%) from 99.813%
9657863695

push

github

webeweb
Add DataTables service

3750 of 3757 relevant lines covered (99.81%)

213.89 hits per line

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

100.0
/lib/bootstrap/Component/Alert/DangerAlert.php
1
<?php
2

3
/*
4
 * This file is part of the jquery-datatables-bundle package.
5
 *
6
 * (c) 2019 WEBEWEB
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
declare(strict_types = 1);
13

14
namespace WBW\Bundle\BootstrapBundle\Component\Alert;
15

16
use WBW\Bundle\BootstrapBundle\Component\AbstractAlert;
17

18
/**
19
 * Danger alert.
20
 *
21
 * @author webeweb <https://github.com/webeweb>
22
 * @package WBW\Bundle\BootstrapBundle\Component\Alert
23
 */
24
class DangerAlert extends AbstractAlert {
25

26
    /**
27
     * Constructor.
28
     */
29
    public function __construct() {
30
        parent::__construct(self::ALERT_TYPE_DANGER);
168✔
31
    }
64✔
32
}
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