You are here

static function EnvironmentSnapshotMaker::getSnapshots in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/Drupal/xautoload/Tests/EnvironmentSnapshotMaker.php \Drupal\xautoload\Tests\EnvironmentSnapshotMaker::getSnapshots()

Parameters

string $module:

Return value

array

4 calls to EnvironmentSnapshotMaker::getSnapshots()
XAutoloadWebTestCase::xautoloadModuleEnabled in lib/Drupal/xautoload/Tests/XAutoloadWebTestCase.php
_xautoload_test_1_json in tests/test_1/xautoload_test_1.module
Page callback for "xautoload-example/json"
_xautoload_test_2_json in tests/test_2/xautoload_test_2.module
Page callback for "xautoload-example/json"
_xautoload_test_3_json in tests/test_3/xautoload_test_3.module
Page callback for "xautoload-example/json"

File

lib/Drupal/xautoload/Tests/EnvironmentSnapshotMaker.php, line 28

Class

EnvironmentSnapshotMaker

Namespace

Drupal\xautoload\Tests

Code

static function getSnapshots($module) {
  return isset(self::$snapshots[$module]) ? self::$snapshots[$module] : array();
}