Skip to content

Commit 00cc8e0

Browse files
thejmitchenergithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2d18f2d commit 00cc8e0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/ExampleTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
it('loads the sitemap service provider', function () {
88
$this->assertTrue(class_exists(\Fuelviews\Sitemap\SitemapServiceProvider::class));
99
});
10-

tests/TestCase.php

-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
namespace Fuelviews\Sitemap\Tests;
44

55
use Fuelviews\Sitemap\SitemapServiceProvider;
6-
use Illuminate\Database\Eloquent\Factories\Factory;
76
use Orchestra\Testbench\TestCase as Orchestra;
87

98
class TestCase extends Orchestra
109
{
11-
1210
protected function getPackageProviders($app)
1311
{
1412
return [
@@ -21,5 +19,4 @@ protected function getEnvironmentSetUp($app)
2119
// Set environment values required for your tests
2220
$app['config']->set('app.url', 'https://localhost');
2321
}
24-
2522
}

0 commit comments

Comments
 (0)