testcase.php 436 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Part of the Fuel framework.
  4. *
  5. * @package Fuel
  6. * @version 1.5
  7. * @author Fuel Development Team
  8. * @license MIT License
  9. * @copyright 2010 - 2013 Fuel Development Team
  10. * @link http://fuelphp.com
  11. */
  12. namespace Fuel\Core;
  13. /**
  14. * A Fuel Specific extension of the PHPUnit TestCase. This will
  15. * be used for custom functionality in the future.
  16. */
  17. class TestCase extends \PHPUnit_Framework_TestCase { }