get('data_dir') . '/XML_Feed_Parser/samples'; } } abstract class XML_Feed_Parser_Converted_TestCase extends XML_Feed_Parser_TestCase { function setup() { $this->fp_test_dir = XML_Feed_Parser_TestCase::getSampleDir() . DIRECTORY_SEPARATOR . 'feedparsertests'; if (! is_dir($fp_test_dir)) { throw new Exception('Feed parser tests must be unpacked into the folder ' . $this->fp_test_dir); } } } ?>