Skip to content

Commit

Permalink
Remove CreatesApplication testing trait
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Apr 3, 2024
1 parent 0dd0af3 commit 588d606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions tests/CreatesApplication.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

abstract class TestCase extends BaseTestCase
{
use CreatesApplication, LazilyRefreshDatabase;
use LazilyRefreshDatabase;

private string $originalYoutubeApiKey;

Expand Down

0 comments on commit 588d606

Please sign in to comment.