1 installer_test.module installer_test_xml($project = NULL, $version = '1.x')

Page callback. Outputs release information for test projects as XML data.

File

core/modules/installer/tests/installer_test/installer_test.module, line 43

Code

function installer_test_xml($project = NULL, $version = '1.x') {
  $path = backdrop_get_path('module', 'installer');
  readfile("$path/tests/installer_test_xml/$project.xml");
  backdrop_exit();
}