Skip to content

Commit 2530f1a

Browse files
update
1 parent fe645a1 commit 2530f1a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ parameters:
22
level: max
33
paths:
44
- src
5-
- tests
65

76
reportUnmatchedIgnoredErrors: true

tests/SupabaseTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
use PHPUnit\Framework\Attributes\CoversClass;
66
use PHPUnit\Framework\Attributes\Test;
77
use PHPUnit\Framework\TestCase;
8-
use Supabase\Client\Functions as Supabase;
9-
use Supabase\Client\Util\EnvSetup;
8+
use Supabase\Functions as Supabase;
9+
use Supabase\Util\EnvSetup;
1010

11-
#[CoversClass(Functions::class)]
11+
#[CoversClass(Supabase::class)]
1212
class SupabaseTest extends TestCase
1313
{
1414
#[Test]

0 commit comments

Comments
 (0)