mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
feat: support Laravel 10.x & remove unneccessary package
This commit is contained in:
parent
a737879baf
commit
2f9b36fa85
7 changed files with 40 additions and 43 deletions
|
|
@ -1,9 +1,5 @@
|
|||
<?php
|
||||
|
||||
use ArchTech\SEO\Tests\Etc\FacebookExtension;
|
||||
use Illuminate\Support\Facades\Blade;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
test('the twitter extension is disabled by default', function () {
|
||||
expect(seo()->all())
|
||||
->not()->toBeEmpty()
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ namespace ArchTech\SEO\Tests;
|
|||
|
||||
use Orchestra\Testbench\TestCase as TestbenchTestCase;
|
||||
use ArchTech\SEO\SEOServiceProvider;
|
||||
use ImLiam\BladeHelper\BladeHelperServiceProvider;
|
||||
|
||||
class TestCase extends TestbenchTestCase
|
||||
{
|
||||
|
|
@ -12,7 +11,6 @@ class TestCase extends TestbenchTestCase
|
|||
{
|
||||
return [
|
||||
SEOServiceProvider::class,
|
||||
BladeHelperServiceProvider::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue