Skip to content

Commit 23deac4

Browse files
committed
Remove RefreshDatabse trait from tests
1 parent e4735ab commit 23deac4

27 files changed

+26
-28
lines changed

tests/Integration/CachedBuilder/CreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class CreateTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testFirstOrCreateFlushesCacheForModel()
2323
{

tests/Integration/CachedBuilder/FindOrFailTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class FindOrFailTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testFindOrFailCachesModels()
2323
{

tests/Integration/CachedBuilder/FindTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class FindTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testFindModelResultsCreatesCache()
2323
{

tests/Integration/CachedBuilder/FirstOrCreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class FirstOrCreateTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testFirstOrCreateFlushesCacheForModel()
2323
{

tests/Integration/CachedBuilder/FirstTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class FirstTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testFirstReturnsAllAttributesForModel()
2323
{

tests/Integration/CachedBuilder/GetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class GetTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testGetModelResultsCreatesCache()
2323
{

tests/Integration/CachedBuilder/InRandomOrderQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class InRandomOrderQueryTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testInRandomOrderCachesResults()
2323
{

tests/Integration/CachedBuilder/LazyLoadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
abstract class LazyLoadTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
// public function testLazyLoadingRelationshipQuery()
2323
// {

tests/Integration/CachedBuilder/PaginateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class PaginateTest extends IntegrationTestCase
2222
{
23-
use RefreshDatabase;
23+
2424

2525
public function testPaginationIsCached()
2626
{

tests/Integration/CachedBuilder/UpdateExistingPivotTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class UpdateExistingPivotTest extends IntegrationTestCase
1919
{
20-
use RefreshDatabase;
20+
2121

2222
public function testInRandomOrderCachesResults()
2323
{

0 commit comments

Comments
 (0)