Skip to content

Commit

Permalink
Merge branch '3.1' into feature/columns
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Jan 18, 2024
2 parents 8a2bc0e + df54a03 commit fd357f0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .phpunit.cache/test-results

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions tests/Mixins/DownloadQueryMacroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

class DownloadQueryMacroTest extends TestCase
{
use DatabaseTransactions;

/**
* Setup the test environment.
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/Mixins/ImportAsMacroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

class ImportAsMacroTest extends TestCase
{
use DatabaseTransactions;

/**
* Setup the test environment.
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/Mixins/ImportMacroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

class ImportMacroTest extends TestCase
{
use DatabaseTransactions;

/**
* Setup the test environment.
*/
Expand Down
2 changes: 0 additions & 2 deletions tests/Mixins/StoreQueryMacroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

class StoreQueryMacroTest extends TestCase
{
use DatabaseTransactions;

/**
* Setup the test environment.
*/
Expand Down

0 comments on commit fd357f0

Please sign in to comment.