Skip to content

Commit c95825a

Browse files
committed
Fix test
1 parent db606f3 commit c95825a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AliasTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class MockFacade extends Facade
151151
{
152152
protected static function getFacadeAccessor()
153153
{
154-
return '';
154+
return 'Illuminate\Foundation\Exceptions\Handler';
155155
}
156156

157157
public static function fake(string $test1, $test2 = null)

0 commit comments

Comments
 (0)