public static function ScanDirectoryTest::getInfo

1 call to ScanDirectoryTest::getInfo()
RemoteFileScanDirectoryTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php
1 method overrides ScanDirectoryTest::getInfo()
RemoteFileScanDirectoryTest::getInfo in drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php, line 22
Definition of Drupal\system\Tests\File\ScanDirectoryTest.

Class

ScanDirectoryTest
Tests the file_scan_directory() function.

Namespace

Drupal\system\Tests\File

Code

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