You are here

function VirtualFilesystem::resetReportedOperations in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/src/Filesystem/VirtualFilesystem.php \Drupal\xautoload\Tests\Filesystem\VirtualFilesystem::resetReportedOperations()

Delete all reported operations and start fresh.

File

tests/lib/Filesystem/VirtualFilesystem.php, line 60

Class

VirtualFilesystem

Namespace

Drupal\xautoload\Tests\Filesystem

Code

function resetReportedOperations() {
  $this->reportedOperations = array();
}