Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / testing / notes.txt
diff --git a/vendor/gabordemooij/redbean/testing/notes.txt b/vendor/gabordemooij/redbean/testing/notes.txt
new file mode 100644 (file)
index 0000000..c3ea810
--- /dev/null
@@ -0,0 +1,8 @@
+
+Test notes
+==========
+
+* PostgreSQL tests perform a text-to-money cast test, make sure lc_monetary is set to en_US
+in your postgres.conf
+* PostgreSQL tests need the ossp extension, to enable this, install the postgres-contrib package and run SQL: CREATE EXTENSION "uuid-ossp";
+* XDebug is NOT required but recommended