We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f488d4b commit 027c11aCopy full SHA for 027c11a
.gitignore
@@ -3,4 +3,5 @@ vendor
3
mix-manifest.json
4
public/hot
5
composer.lock
6
-.idea
+.idea
7
+.phpunit.cache
tests/TestCase.php
@@ -2,15 +2,10 @@
2
namespace Tests;
+use Statamic\Testing\AddonTestCase;
use Tv2regionerne\StatamicFilterBuilder\ServiceProvider;
-class TestCase extends \Orchestra\Testbench\TestCase
8
+class TestCase extends AddonTestCase
9
{
- protected function getPackageProviders($app)
10
- {
11
- return [
12
- ServiceProvider::class,
13
- \Statamic\Providers\StatamicServiceProvider::class,
14
- ];
15
- }
+ protected string $addonServiceProvider = ServiceProvider::class;
16
}
tests/VariableParserTest.php tests/Unit/VariableParserTest.phptests/VariableParserTest.php renamed to tests/Unit/VariableParserTest.php
0 commit comments