Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 383 Bytes

Testing MySQL

By default it will usually use SQLite DB (out of the box available). Not all tests currently work with SQLite or any non MySQL db yet.

If you want to run all tests, including MySQL ones, you need to set

export db_dsn="mysql://root:[email protected]/cake_test"

before you actually run

php phpunit.phar

Make sure such a cake_test database exists.