|
@@ -5,6 +5,8 @@ Ubiquity is a full-stack php framework, These tests involve:
|
|
|
- the ORM part (Full)
|
|
|
- the JSON serialization (native php)
|
|
|
|
|
|
+Tests are available with NginX and Ubiquity-React servers.
|
|
|
+
|
|
|
## Test Type Implementation Source Code
|
|
|
The tests are separated into 4 controllers:
|
|
|
- `Json` for JSON response
|
|
@@ -14,7 +16,7 @@ The tests are separated into 4 controllers:
|
|
|
* [QUERY](app/controllers/Db.php)
|
|
|
* [CACHED QUERY (not implemented)]()
|
|
|
* [UPDATE](app/controllers/Db.php)
|
|
|
-- `Fortunes` for using the Twig template engine
|
|
|
+- `Fortunes` for using the internal template engine
|
|
|
* [FORTUNES](app/controllers/Fortunes.php)
|
|
|
- `Plaintext` for plaintext response
|
|
|
* [PLAINTEXT](app/controllers/Plaintext.php)
|
|
@@ -22,9 +24,10 @@ The tests are separated into 4 controllers:
|
|
|
|
|
|
## Important Libraries
|
|
|
The tests were run with:
|
|
|
-* [Ubiquity 2.1.2](https://ubiquity.kobject.net/)
|
|
|
+* [Ubiquity 2.1.*](https://ubiquity.kobject.net/)
|
|
|
* [PHP Version 7.3.*](http://www.php.net/) with FPM and APC
|
|
|
* [nginx 1.14](http://nginx.org/)
|
|
|
+* [Ubiquity-reactphp server](https://github.com/phpMv/ubiquity-reactphp)
|
|
|
* [MySQL 5.7](https://dev.mysql.com/)
|
|
|
|
|
|
## Test URLs
|