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 Mar 19, 2024
1 parent 1374056 commit a9cf341
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 a9cf341

Please sign in to comment.