summaryrefslogtreecommitdiff
path: root/tests/php
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-14 09:07:19 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-14 09:07:19 +0200
commit792497f731c5c3a93a442bd487bd7ae4e0ffb2bf (patch)
tree4145bb0adaa205a01eb34b50c8ff690729c5d02b /tests/php
parent7df281b04d7286cd1cf7cad55848b6bf4a250c24 (diff)
parent06ca40ff782231f58d629b09004700714d96fa0c (diff)
Merge pull request #82 from valmat/ini
Php::Ini_get()
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/dbg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/php/dbg.php b/tests/php/dbg.php
index 8de0bb8..70e71ef 100644
--- a/tests/php/dbg.php
+++ b/tests/php/dbg.php
@@ -12,7 +12,8 @@
-
+TestIniEntries\iniTest1();
+exit;
echo "\x1b[1;31m";
(new ReflectionExtension('extension_for_tests') )->info();
echo "\x1b[0m";