Skip to content

Commit

Permalink
chore(tests): remove CreatesApplication trait
Browse files Browse the repository at this point in the history
The CreatesApplication trait, used in Laravel testing, was deleted, indicating a change in how our tests bootstrap the application. This change may be part of larger modifications, possibly in the direction of streamlining test setup or conforming to changes in the Laravel testing environment.
  • Loading branch information
deligoez committed Apr 7, 2024
1 parent 85283bb commit d6d8d01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 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 @@ -8,5 +8,5 @@

abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
//
}

0 comments on commit d6d8d01

Please sign in to comment.