Skip to content

Commit 7107e78

Browse files
authored
Merge pull request #5833 from paulbalandan/rename-abstact
Rename `Abstact` to `Abstract`
2 parents 93cd7c6 + c5eb480 commit 7107e78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/system/Session/Handlers/Database/AbstactHandlerTestCase.php renamed to tests/system/Session/Handlers/Database/AbstractHandlerTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* @internal
2121
*/
22-
abstract class AbstactHandlerTestCase extends CIUnitTestCase
22+
abstract class AbstractHandlerTestCase extends CIUnitTestCase
2323
{
2424
use DatabaseTestTrait;
2525
use ReflectionHelper;

tests/system/Session/Handlers/Database/MySQLiHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @internal
2020
*/
21-
final class MySQLiHandlerTest extends AbstactHandlerTestCase
21+
final class MySQLiHandlerTest extends AbstractHandlerTestCase
2222
{
2323
protected function setUp(): void
2424
{

tests/system/Session/Handlers/Database/PostgreHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @internal
2020
*/
21-
final class PostgreHandlerTest extends AbstactHandlerTestCase
21+
final class PostgreHandlerTest extends AbstractHandlerTestCase
2222
{
2323
protected function setUp(): void
2424
{

0 commit comments

Comments
 (0)