email.php 390 B

123456789101112131415161718192021222324
  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. * Email class tests
  15. *
  16. * @group Core
  17. * @group Email
  18. */
  19. class Test_Email extends TestCase
  20. {
  21. public function test_foo() {}
  22. }