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 eee1a94 commit 32ee970Copy full SHA for 32ee970
tests/Unit/HelpersTest.php
@@ -6,6 +6,11 @@
6
7
class HelpersTest extends TestCase
8
{
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
+ }
14
15
/** @test */
16
public function it_can_convert_seconds_to_human_readable_time_with_zeros_omitted()
0 commit comments