Skip to content

Commit 2e904a4

Browse files
authored
Merge pull request #3789 from willnode/develop
Set CIDatabaseTestCase and CIUnitTestCase abstract
2 parents 13ff147 + 1286881 commit 2e904a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Test/CIDatabaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* CIDatabaseTestCase
5151
*/
52-
class CIDatabaseTestCase extends CIUnitTestCase
52+
abstract class CIDatabaseTestCase extends CIUnitTestCase
5353
{
5454
/**
5555
* Should the db be refreshed before

system/Test/CIUnitTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
/**
5454
* PHPunit test case.
5555
*/
56-
class CIUnitTestCase extends TestCase
56+
abstract class CIUnitTestCase extends TestCase
5757
{
5858

5959
use ReflectionHelper;

0 commit comments

Comments
 (0)