We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
final
1 parent dcbfda0 commit a70bb1dCopy full SHA for a70bb1d
tests/Feature/SetLocaleTest.php
@@ -13,7 +13,7 @@
13
use Illuminate\Support\Facades\Route;
14
use Illuminate\Support\Facades\Session;
15
16
-class SetLocaleTest extends TestCase
+final class SetLocaleTest extends TestCase
17
{
18
protected $sessionKey;
19
protected $cookieName;
tests/Unit/LocalizerTest.php
@@ -10,7 +10,7 @@
10
use Illuminate\Support\Facades\App;
11
use Mockery;
12
-class LocalizerTest extends TestCase
+final class LocalizerTest extends TestCase
#[Test]
public function it_loops_through_the_detectors_and_returns_the_first_supported_locale(): void
0 commit comments