Skip to content

Commit 2d451b0

Browse files
committed
fix test (??)
1 parent 27832a2 commit 2d451b0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
run: composer show -D
5656

5757
- name: Execute tests
58-
run: vendor/bin/pest --ci
58+
run: vendor/bin/pest --colors=always --parallel

tests/TestCase.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
namespace Tests;
66

77
use Abr4xas\CacheUiLaravel\CacheUiLaravelServiceProvider;
8-
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
9-
use Orchestra\Testbench\Concerns\CreatesApplication;
8+
use Orchestra\Testbench\TestCase as BaseTestCase;
109

11-
class TestCase extends \Orchestra\Testbench\TestCase
10+
class TestCase extends BaseTestCase
1211
{
1312

1413
protected function getPackageProviders($app): array

0 commit comments

Comments
 (0)