We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d592a commit 956e815Copy full SHA for 956e815
1 file changed
tests/system/Database/Live/AbstractGetFieldDataTest.php
@@ -35,7 +35,7 @@ protected function setUp(): void
35
$this->db = Database::connect($this->DBGroup);
36
37
$this->createForge();
38
- $this->createTable();
+ $this->createTableForDefault();
39
}
40
41
/**
@@ -50,7 +50,7 @@ protected function tearDown(): void
50
$this->forge->dropTable($this->table, true);
51
52
53
- protected function createTable()
+ protected function createTableForDefault()
54
{
55
56
0 commit comments