From be7dd36297f610ff21d5f3cb90b2c882c54353e4 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 6 Jul 2009 15:53:14 +0000 Subject: [PATCH] MFH. Enabling test as requested by the skipif comment... it does pass when slightly modified. --- ext/mysqli/tests/mysqli_constants_categories.phpt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ext/mysqli/tests/mysqli_constants_categories.phpt b/ext/mysqli/tests/mysqli_constants_categories.phpt index 3fd6e51a82..e51325a213 100644 --- a/ext/mysqli/tests/mysqli_constants_categories.phpt +++ b/ext/mysqli/tests/mysqli_constants_categories.phpt @@ -4,21 +4,15 @@ Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (c --FILE-- $consts) { foreach ($consts as $name => $value) { if (stristr($name, 'mysqli')) { - if ('mysqli' !== $group) + if ('mysqli' != $group) printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group); } } -- 2.50.0