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

daycry / doctrine / 24675033129

20 Apr 2026 03:26PM UTC coverage: 78.027% (+1.9%) from 76.142%
24675033129

push

github

daycry
Fixes & improvements

Fixes & improvements

122 of 157 new or added lines in 8 files covered. (77.71%)

51 existing lines in 5 files now uncovered.

522 of 669 relevant lines covered (78.03%)

10.3 hits per line

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

0.0
/src/Boot.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Daycry\Doctrine;
6

7
use CodeIgniter\Boot as CodeIgniterBoot;
8
use Config\Paths;
9

10
class Boot extends CodeIgniterBoot
11
{
UNCOV
12
    public static function bootDoctrine(Paths $paths): bool
×
13
    {
14
        static::definePathConstants($paths);
×
15
        if (! defined('APP_NAMESPACE')) {
×
16
            static::loadConstants();
×
17
        }
18
        static::checkMissingExtensions();
×
19

20
        static::loadDotEnv($paths);
×
21
        static::defineEnvironment();
×
22
        static::loadEnvironmentBootstrap($paths);
×
23

24
        static::loadCommonFunctions();
×
25
        static::loadAutoloader();
×
26
        static::setExceptionHandler();
×
27
        static::initializeKint();
×
28
        static::autoloadHelpers();
×
29

30
        static::initializeCodeIgniter();
×
31

32
        return true;
×
33
    }
34
}
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