summaryrefslogtreecommitdiff
path: root/tests/php/phpt/variables/readme
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/variables/readme')
-rw-r--r--tests/php/phpt/variables/readme4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/php/phpt/variables/readme b/tests/php/phpt/variables/readme
index 8162526..a47cb89 100644
--- a/tests/php/phpt/variables/readme
+++ b/tests/php/phpt/variables/readme
@@ -1 +1,5 @@
tests variables
+
+TODO: more tests for globals variables
+including separate test for $_GET, $_POST, $_COOKIE, $_FILES, $_SERVER, $_REQUEST and $_ENV (Php::GET, Php::POST, Php::COOKIE, Php::FILES, Php::SERVER, Php::REQUEST and Php::ENV) variables.
+