Skip to content

Commit

Permalink
change abstract test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed May 1, 2024
1 parent fa05838 commit e3229dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/TimeIntervalAsIntTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Elastic\TimeInterval\ValueObject\TimeInterval;
use PDO;

class TimeIntervalAsIntTypeTest extends BaseTimeIntervalTypeTest
class TimeIntervalAsIntTypeTest extends TimeIntervalTypeTestBase
{
public function setUp(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/TimeIntervalTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Elastic\TimeInterval\ValueObject\TimeInterval;
use PDO;

class TimeIntervalTypeTest extends BaseTimeIntervalTypeTest
class TimeIntervalTypeTest extends TimeIntervalTypeTestBase
{
public function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Elastic\TimeInterval\Database\Type\TimeIntervalType;
use Elastic\TimeInterval\ValueObject\TimeInterval;

abstract class BaseTimeIntervalTypeTest extends TestCase
abstract class TimeIntervalTypeTestBase extends TestCase
{
/**
* @var TimeIntervalType|TimeIntervalAsIntType
Expand Down

0 comments on commit e3229dd

Please sign in to comment.