function file_test_file_scan_callback_reset

Reset static variables used by file_test_file_scan_callback().

1 call to file_test_file_scan_callback_reset()
ScanDirectoryTest::testOptionCallback in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the callback function is called correctly.

File

drupal/core/modules/file/tests/file_test/file_test.module, line 354
Helper module for the file tests.

Code

function file_test_file_scan_callback_reset() {
  drupal_static_reset('file_test_file_scan_callback');
}