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

tempestphp / tempest-framework / 14126884128

28 Mar 2025 10:24AM UTC coverage: 79.797%. First build
14126884128

Pull #1054

github

web-flow
Merge 2939b4123 into 5fb104586
Pull Request #1054: feat(database): add migration hash checking

78 of 86 new or added lines in 10 files covered. (90.7%)

10846 of 13592 relevant lines covered (79.8%)

94.5 hits per line

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

0.0
/src/Tempest/Database/src/Migrations/MissingMigrationFileException.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\Database\Migrations;
6

7
use Exception;
8

9
final class MissingMigrationFileException extends Exception implements MigrationException
10
{
NEW
11
    public function __construct(
×
12
        string $message = 'Migration file is missing.',
13
    ) {
NEW
14
        parent::__construct($message);
×
15
    }
16
}
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