Skip to content

Commit

Permalink
Merge pull request #173 from Laravel-Lang/11.1-split
Browse files Browse the repository at this point in the history
Removed unnecessary files
  • Loading branch information
Andrey Helldar authored Dec 2, 2021
2 parents c392ad9 + ec78d30 commit ea611a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
30 changes: 0 additions & 30 deletions tests/Providers/Provider.php

This file was deleted.

7 changes: 1 addition & 6 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use LaravelLang\Publisher\ServiceProvider;
use Orchestra\Testbench\TestCase as BaseTestCase;
use Tests\Concerns\Asserts;
use Tests\Providers\Provider;

abstract class TestCase extends BaseTestCase
{
Expand Down Expand Up @@ -76,8 +75,8 @@ protected function setUp(): void
protected function getPackageProviders($app): array
{
return [
ServiceProvider::class,
LangServiceProvider::class,
ServiceProvider::class,
];
}

Expand All @@ -98,10 +97,6 @@ protected function getEnvironmentSetUp($app)

'{locale}' => ['All rights reserved.', 'Baz'],
]);

$config->set(Config::PRIVATE_KEY . '.plugins', [
Provider::class,
]);
}

protected function copyFixtures(): void
Expand Down

0 comments on commit ea611a2

Please sign in to comment.