Skip to content

Commit

Permalink
Reverts CreatesApplication change
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 12, 2024
1 parent c0d6af5 commit dbb23f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ use Laravel\BrowserKitTesting\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
use CreatesApplication;

public $baseUrl = 'http://localhost';

// ...
Expand Down

0 comments on commit dbb23f6

Please sign in to comment.