Skip to content

Commit 956e815

Browse files
committed
test: rename method name
1 parent 53d592a commit 956e815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Database/Live/AbstractGetFieldDataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function setUp(): void
3535
$this->db = Database::connect($this->DBGroup);
3636

3737
$this->createForge();
38-
$this->createTable();
38+
$this->createTableForDefault();
3939
}
4040

4141
/**
@@ -50,7 +50,7 @@ protected function tearDown(): void
5050
$this->forge->dropTable($this->table, true);
5151
}
5252

53-
protected function createTable()
53+
protected function createTableForDefault()
5454
{
5555
$this->forge->dropTable($this->table, true);
5656

0 commit comments

Comments
 (0)