Author: as Date: Thu Nov 29 15:36:33 2007 New Revision: 6888 Log: - Removed a require_once which was including itself. - Removed the base tests class from the suite (not needed there).
Modified: trunk/ImageConversion/tests/suite.php trunk/ImageConversion/tests/test_case.php Modified: trunk/ImageConversion/tests/suite.php ============================================================================== --- trunk/ImageConversion/tests/suite.php [iso-8859-1] (original) +++ trunk/ImageConversion/tests/suite.php [iso-8859-1] Thu Nov 29 15:36:33 2007 @@ -8,11 +8,6 @@ * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ - -/** - * Require basis test case class. - */ -require_once "test_case.php"; /** * Require test suite for ezcImageConverter class. Modified: trunk/ImageConversion/tests/test_case.php ============================================================================== --- trunk/ImageConversion/tests/test_case.php [iso-8859-1] (original) +++ trunk/ImageConversion/tests/test_case.php [iso-8859-1] Thu Nov 29 15:36:33 2007 @@ -1,6 +1,20 @@ <?php -require_once dirname( __FILE__ ) . "/test_case.php"; +/** + * ezcImageConversionTestCase + * + * @package ImageConversion + * @version //autogentag// + * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @license http://ez.no/licenses/new_bsd New BSD License + */ +/** + * Base class for ImageConversion tests. + * + * @package ImageConversion + * @version //autogentag// + * @subpackage Tests + */ class ezcImageConversionTestCase extends ezcTestImageCase { // To regenerate all test files, set this to true -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components