Skip to content

Commit 32ee970

Browse files
committed
- Testing laravel 12 support
1 parent eee1a94 commit 32ee970

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Unit/HelpersTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
class HelpersTest extends TestCase
88
{
9+
protected function defineEnvironment($app)
10+
{
11+
// added to remove the default /storage route for testing top level slugs
12+
config()->set('filesystems.disks.local.serve', false);
13+
}
914

1015
/** @test */
1116
public function it_can_convert_seconds_to_human_readable_time_with_zeros_omitted()

0 commit comments

Comments
 (0)