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.
1 parent 201f4a0 commit ca30ea6Copy full SHA for ca30ea6
system/Test/FeatureTestCase.php
@@ -55,7 +55,7 @@ protected function withRoutes(?array $routes = null)
55
{
56
$collection = Services::routes();
57
58
- if ($routes !== null && $routes !== []) {
+ if ($routes !== null) {
59
$collection->resetRoutes();
60
61
foreach ($routes as $route) {
system/Test/FeatureTestTrait.php
@@ -47,7 +47,7 @@ protected function withRoutes(?array $routes = null)
47
48
49
50
51
52
53
0 commit comments