PageRenderTime 50ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/cake/tests/lib/cake_web_test_case.php

https://github.com/hardsshah/bookmarks
PHP | 39 lines | 5 code | 0 blank | 34 comment | 0 complexity | fc1b32680b838001044eee89ac96f874 MD5 | raw file
  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-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
  12. *
  13. * Licensed under The Open Group Test Suite License
  14. * Redistributions of files must retain the above copyright notice.
  15. *
  16. * @filesource
  17. * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
  18. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
  19. * @package cake
  20. * @subpackage cake.cake.tests.lib
  21. * @since CakePHP(tm) v 1.2.0.4433
  22. * @version $Revision$
  23. * @modifiedby $LastChangedBy$
  24. * @lastmodified $Date$
  25. * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
  26. */
  27. /**
  28. * Short description
  29. */
  30. SimpleTestOptions::ignore('CakeWebTestCase');
  31. /**
  32. * Short description for class.
  33. *
  34. * @package cake
  35. * @subpackage cake.cake.tests.lib
  36. */
  37. class CakeWebTestCase extends WebTestCase {
  38. }
  39. ?>