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

umbrellio / laravel-pg-extensions / 8937080765

03 May 2024 09:38AM UTC coverage: 81.346% (-18.7%) from 100.0%
8937080765

Pull #28

github

web-flow
Merge 71b815b4a into 28da41373
Pull Request #28: WIP: Feature/triggers

6 of 67 new or added lines in 15 files covered. (8.96%)

266 of 327 relevant lines covered (81.35%)

29.57 hits per line

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

0.0
/src/Compilers/DropProcedureCompiler.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Umbrellio\Postgres\Compilers;
6

7
use Illuminate\Database\Schema\Blueprint;
8
use Illuminate\Database\Schema\Grammars\Grammar;
9
use Umbrellio\Postgres\Schema\Builders\Routines\DropProcedureBuilder;
10

11
class DropProcedureCompiler
12
{
13
    public static function compile(Grammar $grammar, Blueprint $blueprint, DropProcedureBuilder $command): string
14
    {
NEW
15
        return '';
×
16
    }
17
}
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