From 62c48bf9a85e0294b7b32cea438e904e1cd50669 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 28 Dec 2017 15:14:02 +0100 Subject: Show in the phpinfo() is the config is valid This should close #39 --- src/tests/example_configuration.phpt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/tests/example_configuration.phpt') diff --git a/src/tests/example_configuration.phpt b/src/tests/example_configuration.phpt index b7fec48..74bdb49 100644 --- a/src/tests/example_configuration.phpt +++ b/src/tests/example_configuration.phpt @@ -6,7 +6,15 @@ Shipped configuration sp.configuration_file={PWD}/../../config/examples.ini --FILE-- yes') !== FALSE) { + echo "win"; +} else { + echo "lose"; +} ?> --EXPECTF-- -0 +win -- cgit v1.3