Author: caefer
Date: 2010-04-06 21:36:39 +0200 (Tue, 06 Apr 2010)
New Revision: 29016
Added:
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/task/
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/task/sfImageTransformRemovalTaskTest.php
Log:
created a stub testcase without tests for now as there are no custom public
methods though code coverage will tell
Added:
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/task/sfImageTransformRemovalTaskTest.php
===================================================================
---
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/task/sfImageTransformRemovalTaskTest.php
(rev 0)
+++
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/task/sfImageTransformRemovalTaskTest.php
2010-04-06 19:36:39 UTC (rev 29016)
@@ -0,0 +1,28 @@
+<?php
+/**
+ * This file is part of the sfImageTransformExtraPlugin unit tests package.
+ * (c) 2010 Christian Schaefer <[email protected]>>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ *
+ * @package sfImageTransformExtraPluginUnitTests
+ * @author Christian Schaefer <[email protected]>
+ * @version SVN: $Id: sfRawFileCache.class.php 63 2010-03-09 04:34:28Z
caefer $
+ */
+
+/** central bootstrap for unit tests */
+require_once dirname(__FILE__).'/../../../bootstrap/unit.php';
+/** PHPUnit Framework */
+require_once 'PHPUnit/Framework.php';
+
+/**
+ * PHPUnit test for sfRawFileCache
+ *
+ * @package sfImageTransformExtraPluginUnitTests
+ * @subpackage cache
+ * @author Christian Schaefer <[email protected]>
+ */
+class sfImageTransformRemovalTaskTest extends PHPUnit_Framework_TestCase
+{
+}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.