Mysql not MySql

This commit is contained in:
AD7six 2011-05-09 01:24:52 +02:00
parent 315cb6b66b
commit 0026a6ac54

View file

@ -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'
);