Skip to content

Commit

Permalink
Use getFacadeRoot instead of isFake
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 29, 2024
1 parent 21a5d82 commit 7d41c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Uploadable/UploadableExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UploadableExtensionTest extends TestCase
{
public function testCanRegisterExtension(): void
{
$this->assertFalse(UploadableFacade::isFake());
$this->assertInstanceOf(UploadableListener::class, UploadableFacade::getFacadeRoot());

$listener = m::mock(UploadableListener::class);

Expand Down

0 comments on commit 7d41c96

Please sign in to comment.