You are here

function _xautoload_test_3_early_boot_observations in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/test_3/xautoload_test_3.module \_xautoload_test_3_early_boot_observations()

Test the current state, and remember it.

1 call to _xautoload_test_3_early_boot_observations()
xautoload_test_3_boot in tests/test_3/xautoload_test_3.module
Implements hook_boot()

File

tests/test_3/xautoload_test_3.module, line 21

Code

function _xautoload_test_3_early_boot_observations($phase = NULL) {
  EnvironmentSnapshotMaker::takeSnapshot('xautoload_test_3', $phase, array(
    'Drupal\\xautoload_test_3\\ExampleClass',
  ));
}