--TEST-- Test is_dir() function: usage variations - dir/subdir --FILE-- --CLEAN-- --EXPECTF-- -- Testing is_dir() with an empty dir -- bool(true) -- Testing is_dir() with a subdir in base dir -- bool(true) bool(true) *** Done ***