You are here

function _xautoload_test_2_early_boot_observations in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/test_2/xautoload_test_2.module \_xautoload_test_2_early_boot_observations()
  2. 7.3 tests/test_2/xautoload_test_2.module \_xautoload_test_2_early_boot_observations()

Test the current state, and remember it.

1 call to _xautoload_test_2_early_boot_observations()
xautoload_test_2_boot in tests/test_2/xautoload_test_2.module
Implements hook_boot()

File

tests/test_2/xautoload_test_2.module, line 21

Code

function _xautoload_test_2_early_boot_observations($phase = NULL) {
  EnvironmentSnapshotMaker::takeSnapshot('xautoload_test_2', $phase, array(
    'xautoload_test_2_ExampleClass',
  ));
}