MyControllerTestCase.php 201 B

12345678910
  1. <?php
  2. App::uses('ShimControllerTestCase', 'Shim.TestSuite');
  3. App::uses('Router', 'Routing');
  4. /**
  5. * MyControllerTestCase Test Case
  6. *
  7. */
  8. class MyControllerTestCase extends ShimControllerTestCase {
  9. }