From 7b7d67f23cc4240211711796ae9521799a1b36ba Mon Sep 17 00:00:00 2001 From: qadan Date: Mon, 24 Feb 2014 18:11:45 +0000 Subject: [PATCH] the readme lies --- tests/README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/tests/README.md b/tests/README.md index d68c4b82..3918b117 100644 --- a/tests/README.md +++ b/tests/README.md @@ -24,7 +24,20 @@ differently. For classes that require the third parameter (e.g. the TextDatastreamValidator), place an additional name.extension.ini file in the datastream_validator_files -folder (e.g. the existing Text.txt in that folder is paired with Text.txt.ini). -This .ini file should be structured like a PHP .ini file (e.g. according to the -format used by http://http://ca1.php.net/parse_ini_file).The generated test will -parse the .ini file as an array and pass it on to the third parameter. \ No newline at end of file +folder (e.g. the Text.txt would be paired with Text.txt.ini). This .ini file +should be structured like a PHP .ini file (e.g. according to the format used by +http://php.net/parse_ini_file).The generated test will parse the .ini +file as an array and pass it on to the third parameter. + +The following prefixes are currently available for use: + +- Image (jpg, png, gif, and other filetypes recognized by PHPGD) +- TIFF +- JP2 +- PDF +- Text (requires a configured .ini) +- WAV +- MP3 +- MP4 +- OGG (asserts OGG video; use an .ini with an 'audio' key to test audio only) +- MKV