content.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /* SVN FILE: $Id$ */
  3. /**
  4. * Short description for file.
  5. *
  6. * Long description for file
  7. *
  8. * PHP versions 4 and 5
  9. *
  10. * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite>
  11. * Copyright 2005-2007, Cake Software Foundation, Inc.
  12. * 1785 E. Sahara Avenue, Suite 490-204
  13. * Las Vegas, Nevada 89104
  14. *
  15. * Licensed under The Open Group Test Suite License
  16. * Redistributions of files must retain the above copyright notice.
  17. *
  18. * @filesource
  19. * @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
  20. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
  21. * @package cake
  22. * @subpackage cake.cake.tests.lib
  23. * @since CakePHP(tm) v 1.2.0.4433
  24. * @version $Revision$
  25. * @modifiedby $LastChangedBy$
  26. * @lastmodified $Date$
  27. * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
  28. */
  29. ?>
  30. <ul>
  31. <li><a href='<?php echo $groups;?>'>Core Test Groups</a></li>
  32. <li><a href='<?php echo $cases;?>'>Core Test Cases</a></li>
  33. </ul>
  34. <ul>
  35. <li><a href='<?php echo $groups;?>&amp;app=true'>App Test Groups</a></li>
  36. <li><a href='<?php echo $cases;?>&amp;app=true'>App Test Cases</a></li>
  37. </ul>