diff options
author | Derick Rethans <github@derickrethans.nl> | 2007-05-03 11:41:15 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2007-05-03 11:41:15 +0000 |
commit | 9129325dc0f01727e8e51bc6ac3e197da2e022da (patch) | |
tree | 3e799b7daf65cdeccea1705c14731006c1f56828 /tests/element_options_test.php | |
parent | 26861a49dec538ebcb38c2aa270f00358f228e6e (diff) | |
download | zetacomponents-graph-9129325dc0f01727e8e51bc6ac3e197da2e022da.zip zetacomponents-graph-9129325dc0f01727e8e51bc6ac3e197da2e022da.tar.gz |
- Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTest
package, and not in the Image component.
#- I know the change in the autoload file is not part of this, this will
# follow.
Diffstat (limited to 'tests/element_options_test.php')
-rw-r--r-- | tests/element_options_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/element_options_test.php b/tests/element_options_test.php index a9013ea..81332a6 100644 --- a/tests/element_options_test.php +++ b/tests/element_options_test.php @@ -15,7 +15,7 @@ * @package ImageAnalysis * @subpackage Tests */ -class ezcGraphElementOptionsTest extends ezcImageTestCase +class ezcGraphElementOptionsTest extends ezcTestImageCase { public static function suite() |