We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27832a2 commit 2d451b0Copy full SHA for 2d451b0
.github/workflows/run-tests.yml
@@ -55,4 +55,4 @@ jobs:
55
run: composer show -D
56
57
- name: Execute tests
58
- run: vendor/bin/pest --ci
+ run: vendor/bin/pest --colors=always --parallel
tests/TestCase.php
@@ -5,10 +5,9 @@
5
namespace Tests;
6
7
use Abr4xas\CacheUiLaravel\CacheUiLaravelServiceProvider;
8
-use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
9
-use Orchestra\Testbench\Concerns\CreatesApplication;
+use Orchestra\Testbench\TestCase as BaseTestCase;
10
11
-class TestCase extends \Orchestra\Testbench\TestCase
+class TestCase extends BaseTestCase
12
{
13
14
protected function getPackageProviders($app): array
0 commit comments