', 10, 'cmp_ok() is ok'); can_ok($__Test, 'plan' ); isa_ok($__Test, 'TestMore', 'Default Testing object'); include_ok('t/goodlib.php'); require_ok('t/goodpage.php'); $foo = array(1,'B','third'); $oof = array('third','B',1); $bar = array('q'=>23,'Y'=>42,); $rab = array('Y'=>42,'q'=>23,); is_deeply($foo,$foo,'is_deeply() is ok'); isnt_deeply($foo,$bar,'isnt_deeply() is ok'); /* function skip($SkipReason, $num) { function todo ($why, $howmany) { function todo_skip ($why, $howmany) { function todo_start ($why) { function todo_end () { */ diag("Should fail 1 test, testing fail()"); done_testing(); ?>