You are here

static function VirtualFilesystem::reportFileIncluded in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 tests/lib/Filesystem/VirtualFilesystem.php \Drupal\xautoload\Tests\Filesystem\VirtualFilesystem::reportFileIncluded()

Called from generated PHP included over a stream wrapper.

Parameters

string $instance_key:

string $file:

File

tests/src/Filesystem/VirtualFilesystem.php, line 22

Class

VirtualFilesystem

Namespace

Drupal\xautoload\Tests\Filesystem

Code

static function reportFileIncluded($instance_key, $file) {
  self::$instances[$instance_key]->reportedOperations[] = $file . ' - include';
}