mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Mysql not MySql
This commit is contained in:
parent
315cb6b66b
commit
0026a6ac54
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class AllDatabaseTest extends PHPUnit_Framework_TestSuite {
|
|||
'CakeSchema',
|
||||
'ConnectionManager',
|
||||
'Datasource' . DS . 'DboSource',
|
||||
'Datasource' . DS . 'Database' . DS . 'MySql',
|
||||
'Datasource' . DS . 'Database' . DS . 'Mysql',
|
||||
'Datasource' . DS . 'Database' . DS . 'Postgres',
|
||||
'Datasource' . DS . 'Database' . DS . 'Sqlite'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue