Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / testing / notes.txt
1
2 Test notes
3 ==========
4
5 * PostgreSQL tests perform a text-to-money cast test, make sure lc_monetary is set to en_US
6 in your postgres.conf
7 * PostgreSQL tests need the ossp extension, to enable this, install the postgres-contrib package and run SQL: CREATE EXTENSION "uuid-ossp";
8 * XDebug is NOT required but recommended