You are here

public static function FileValidateTest::getInfo in SimpleTest 7

File

tests/file.test, line 1702
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

FileValidateTest
Tests the file_validate() function..

Code

public static function getInfo() {
  return array(
    'name' => 'File validate',
    'description' => 'Tests the file_validate() function.',
    'group' => 'File API',
  );
}