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

tempestphp / tempest-framework / 14122915110

28 Mar 2025 05:56AM UTC coverage: 79.691% (+0.4%) from 79.334%
14122915110

Pull #1076

github

web-flow
Merge 2ccad9efc into 6af05d563
Pull Request #1076: refactor(database): remove `DatabaseModel` interface

558 of 571 new or added lines in 42 files covered. (97.72%)

1 existing line in 1 file now uncovered.

10767 of 13511 relevant lines covered (79.69%)

93.27 hits per line

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

0.0
/src/Tempest/Database/src/Exceptions/CannotUpdateHasManyRelation.php
1
<?php
2

3
namespace Tempest\Database\Exceptions;
4

5
use Exception;
6

7
final class CannotUpdateHasManyRelation extends Exception
8
{
NEW
9
    public function __construct(string $modelName, string $relationName)
×
10
    {
NEW
11
        parent::__construct("Cannot update {$modelName}::\${$relationName} via an update query. Attach the related has many model manually instead");
×
12
    }
13
}
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