summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2007-05-03 11:41:15 +0000
committerDerick Rethans <github@derickrethans.nl>2007-05-03 11:41:15 +0000
commit9129325dc0f01727e8e51bc6ac3e197da2e022da (patch)
tree3e799b7daf65cdeccea1705c14731006c1f56828 /tests
parent26861a49dec538ebcb38c2aa270f00358f228e6e (diff)
downloadzetacomponents-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')
-rw-r--r--tests/driver_gd_test.php2
-rw-r--r--tests/driver_options_test.php2
-rw-r--r--tests/element_options_test.php2
-rw-r--r--tests/test_case.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index deb9487..a11d38d 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -15,7 +15,7 @@
* @package ImageAnalysis
* @subpackage Tests
*/
-class ezcGraphGdDriverTest extends ezcImageTestCase
+class ezcGraphGdDriverTest extends ezcTestImageCase
{
protected $driver;
diff --git a/tests/driver_options_test.php b/tests/driver_options_test.php
index 7ccb240..705ade6 100644
--- a/tests/driver_options_test.php
+++ b/tests/driver_options_test.php
@@ -15,7 +15,7 @@
* @package ImageAnalysis
* @subpackage Tests
*/
-class ezcGraphDriverOptionsTest extends ezcImageTestCase
+class ezcGraphDriverOptionsTest extends ezcTestImageCase
{
public static function suite()
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()
diff --git a/tests/test_case.php b/tests/test_case.php
index d2289fd..e7af1e0 100644
--- a/tests/test_case.php
+++ b/tests/test_case.php
@@ -2,7 +2,7 @@
ezcTestRunner::addFileToFilter( __FILE__ );
-class ezcGraphTestCase extends ezcImageTestCase
+class ezcGraphTestCase extends ezcTestImageCase
{
/**
OpenPOWER on IntegriCloud