simpletest.php 1.3 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.libs
  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. <div id="content">
  31. <h2>SimpleTest is not installed</h2>
  32. <p>You must install SimpleTest to use the CakePHP(tm) Test Suite.</p>
  33. <p>SimpleTest can be placed in one of the follwing directories.</p>
  34. <ul>
  35. <li><?php echo CAKE; ?>vendors </li>
  36. <li><?php echo APP_DIR . DS; ?>vendors</li>
  37. </ul>
  38. <p><a href="http://www.simpletest.org/en/download.html" target="_new">Download SimpleTest</a></p>