<?php App::uses('ShimControllerTestCase', 'Shim.TestSuite'); App::uses('Router', 'Routing'); /** * MyControllerTestCase Test Case * */ class MyControllerTestCase extends ShimControllerTestCase { }