Skip to content

Commit c91b55b

Browse files
committed
Rename WP_SQLite_Driver to WP_PDO_MySQL_On_SQLite
1 parent 6390519 commit c91b55b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/WP_SQLite_Driver_PDO_API_Tests.php renamed to tests/WP_PDO_MySQL_On_SQLite_PDO_API_Tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use PHPUnit\Framework\TestCase;
44

5-
class WP_SQLite_Driver_PDO_API_Tests extends TestCase {
5+
class WP_PDO_MySQL_On_SQLite_PDO_API_Tests extends TestCase {
66
/** @var WP_SQLite_Driver */
77
private $driver;
88

wp-includes/sqlite-ast/class-wp-sqlite-driver.php renamed to wp-includes/sqlite-ast/class-wp-pdo-mysql-on-sqlite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The driver requires PDO with the SQLite driver, and the PCRE engine.
1616
*/
17-
class WP_SQLite_Driver {
17+
class WP_PDO_MySQL_On_SQLite {
1818
/**
1919
* The path to the MySQL SQL grammar file.
2020
*/

0 commit comments

Comments
 (0)