--TEST-- Test get_class_methods() function : error conditions --FILE-- --EXPECTF-- *** Testing get_class_methods() : error conditions *** -- Testing get_class_methods() function with Zero arguments -- Warning: get_class_methods() expects exactly 1 parameter, 0 given in %s on line 16 NULL -- Testing get_class_methods() function with more than expected no. of arguments -- Warning: get_class_methods() expects exactly 1 parameter, 2 given in %s on line 22 NULL Done