Skip to content

Commit e256fd9

Browse files
committed
chore: wip
1 parent 8f48a0c commit e256fd9

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

tests/Pest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
1818
->in('Feature');
1919

20+
pest()->extend(Tests\TestCase::class)
21+
->in('Unit');
22+
2023
/*
2124
|--------------------------------------------------------------------------
2225
| Expectations
@@ -28,7 +31,7 @@
2831
|
2932
*/
3033

31-
expect()->extend('toBeOne', fn() => $this->toBe(1));
34+
expect()->extend('toBeOne', fn () => $this->toBe(1));
3235

3336
/*
3437
|--------------------------------------------------------------------------

tests/Unit/.gitkeep

Whitespace-only changes.

tests/Unit/ExampleTest.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)