Skip to content

Commit fe2d27d

Browse files
carusogabrieltaylorotwell
authored andcommitted
[5.5] Fix misspellings setUp (laravel#22667)
1 parent 9f4a0a8 commit fe2d27d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/Auth/AuthDatabaseTokenRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AuthDatabaseTokenRepositoryTest extends TestCase
1111
{
1212
public function setup()
1313
{
14-
parent::setup();
14+
parent::setUp();
1515

1616
Carbon::setTestNow(Carbon::now());
1717
}

tests/Cache/CacheFileStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class CacheFileStoreTest extends TestCase
1111
{
1212
public function setup()
1313
{
14-
parent::setup();
14+
parent::setUp();
1515

1616
Carbon::setTestNow(Carbon::now());
1717
}

tests/Database/DatabaseEloquentModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DatabaseEloquentModelTest extends TestCase
2222

2323
public function setup()
2424
{
25-
parent::setup();
25+
parent::setUp();
2626

2727
Carbon::setTestNow(Carbon::now());
2828
}

tests/Redis/ConcurrentLimiterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ConcurrentLimiterTest extends TestCase
1616

1717
public function setup()
1818
{
19-
parent::setup();
19+
parent::setUp();
2020

2121
$this->setUpRedis();
2222
}

tests/Redis/DurationLimiterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DurationLimiterTest extends TestCase
1616

1717
public function setup()
1818
{
19-
parent::setup();
19+
parent::setUp();
2020

2121
$this->setUpRedis();
2222
}

0 commit comments

Comments
 (0)