Skip to content

Commit 083f2f3

Browse files
new start
1 parent 71c4759 commit 083f2f3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"test:lint": "pint",
6363
"test": [
6464
"@test:type",
65-
"@test:unit",
6665
"@test:lint"
6766
]
6867
},

tests/Setup.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
use PHPUnit\Framework\Attributes\CoversClass;
46
use PHPUnit\Framework\Attributes\Test;
@@ -9,7 +11,7 @@
911
class Setup extends TestCase
1012
{
1113
#[Test]
12-
public function testConstructorSetsUrlAndApiKey(): void
14+
public function test_constructor_sets_url_and_api_key(): void
1315
{
1416
$url = 'https://test.supabase.io';
1517
$apiKey = 'test-api-key';

0 commit comments

Comments
 (0)