123456789101112131415161718192021222324 |
- <?php
- /**
- * Part of the Fuel framework.
- *
- * @package Fuel
- * @version 1.5
- * @author Fuel Development Team
- * @license MIT License
- * @copyright 2010 - 2013 Fuel Development Team
- * @link http://fuelphp.com
- */
- namespace Fuel\Core;
- /**
- * Image_Imagemagick class tests
- *
- * @group Core
- * @group Image
- */
- class Test_Image_Imagemagick extends TestCase
- {
- public function test_foo() {}
- }
|