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

michalsn / codeigniter-nested-model / 12625514454

06 Jan 2025 02:40AM UTC coverage: 95.904%. First build
12625514454

Pull #5

github

web-flow
Merge 867295d0c into b345a797a
Pull Request #5: Bump codeigniter4/framework from 4.5.6 to 4.5.7

398 of 415 relevant lines covered (95.9%)

11.47 hits per line

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

100.0
/src/Language/en/NestedModel.php
1
<?php
2

3
return [
1✔
4
    'methodNotSupported'          => 'This method is not supported for the "{0}" relation.',
1✔
5
    'parentRelationNotDeclared'   => 'Parent relation "{0}" has not been declared yet.',
1✔
6
    'relationNotDefined'          => 'Relation "{0}" is not defined.',
1✔
7
    'missingReturnType'           => 'Method "{0}()" is missing a required return type declaration.',
1✔
8
    'incorrectReturnType'         => 'Method "{0}()" returned an incorrect type.',
1✔
9
    'relationDoesNotSupportWrite' => 'This type of relation does not support write.',
1✔
10
];
1✔
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