Prints out test data.
File
 
   - drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/TestControllers.php, line 20
 
  - Contains \Drupal\menu_test\TestControllers.
 
  Class
  
  - TestControllers 
 
  - Controllers for testing the menu integration routing system.
 
  Namespace
  Drupal\menu_test
Code
public function test1() {
  return 'test1';
}