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

mpyw / laravel-cached-database-stickiness / 13644536682

04 Mar 2025 01:54AM UTC coverage: 100.0%. Remained the same
13644536682

push

github

web-flow
Update phpunit.xml

148 of 148 relevant lines covered (100.0%)

93.62 hits per line

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

100.0
/src/Connections/PostgresConnection.php
1
<?php
2

3
namespace Mpyw\LaravelCachedDatabaseStickiness\Connections;
4

5
use Illuminate\Database\PostgresConnection as BasePostgresConnection;
6
use Mpyw\LaravelCachedDatabaseStickiness\DispatchesConnectionEvents;
7

8
class PostgresConnection extends BasePostgresConnection
9
{
10
    use DispatchesConnectionEvents;
11
}
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