Skip to content

Commit 2938cdf

Browse files
committed
test: rename folder name to exact same name as DB driver
1 parent 36d6150 commit 2938cdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/Database/Live/SQLite/AlterTableTest.php renamed to tests/system/Database/Live/SQLite3/AlterTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Database\Live\SQLite;
12+
namespace CodeIgniter\Database\Live\SQLite3;
1313

1414
use CodeIgniter\Database\Exceptions\DataException;
1515
use CodeIgniter\Database\SQLite3\Forge;

tests/system/Database/Live/SQLite/GetFieldDataTest.php renamed to tests/system/Database/Live/SQLite3/GetFieldDataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Database\Live\SQLite;
12+
namespace CodeIgniter\Database\Live\SQLite3;
1313

1414
use CodeIgniter\Database\SQLite3\Connection;
1515
use CodeIgniter\Database\SQLite3\Forge;

tests/system/Database/Live/SQLite/GetIndexDataTest.php renamed to tests/system/Database/Live/SQLite3/GetIndexDataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Database\Live\SQLite;
12+
namespace CodeIgniter\Database\Live\SQLite3;
1313

1414
use CodeIgniter\Database\SQLite3\Connection;
1515
use CodeIgniter\Database\SQLite3\Forge;

0 commit comments

Comments
 (0)