Current Path : /proc/thread-self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/Mail_Mime/tests/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/php53/usr/share/pear/test/Mail_Mime/tests/class-filename.phpt |
--TEST-- Test class filename (bug #24) --SKIPIF-- <?php echo "skip This will be broken until Mail_Mime2"; ?> --FILE-- <?php @include('Mail/Mime.php'); echo class_exists('Mail_Mime') ? 'Include OK' : 'Include failed'; ?> --EXPECT-- Include OK