PHP Classes

File: vendor/gabordemooij/redbean/testing/notes.txt

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/gabordemooij/redbean/testing/notes.txt   Download  
File: vendor/gabordemooij/redbean/testing/notes.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 29 days ago
Size: 319 bytes
 

Contents

Class file image Download
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