We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d18f2d commit 00cc8e0Copy full SHA for 00cc8e0
tests/ExampleTest.php
@@ -7,4 +7,3 @@
7
it('loads the sitemap service provider', function () {
8
$this->assertTrue(class_exists(\Fuelviews\Sitemap\SitemapServiceProvider::class));
9
});
10
-
tests/TestCase.php
@@ -3,12 +3,10 @@
3
namespace Fuelviews\Sitemap\Tests;
4
5
use Fuelviews\Sitemap\SitemapServiceProvider;
6
-use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;
class TestCase extends Orchestra
{
11
12
protected function getPackageProviders($app)
13
14
return [
@@ -21,5 +19,4 @@ protected function getEnvironmentSetUp($app)
21
19
// Set environment values required for your tests
22
20
$app['config']->set('app.url', 'https://localhost');
23
}
24
25
0 commit comments