summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/axis_centered_renderer_test.php2
-rw-r--r--tests/axis_exact_renderer_test.php2
-rw-r--r--tests/axis_rotated_renderer_test.php2
-rw-r--r--tests/background_test.php2
-rw-r--r--tests/boundings_test.php2
-rw-r--r--tests/chart_test.php2
-rw-r--r--tests/color_test.php2
-rw-r--r--tests/dataset_average_test.php2
-rw-r--r--tests/dataset_numeric_test.php2
-rw-r--r--tests/dataset_test.php2
-rw-r--r--tests/date_axis_test.php2
-rw-r--r--tests/driver_flash_test.php2
-rw-r--r--tests/driver_gd_test.php2
-rw-r--r--tests/driver_options_test.php2
-rw-r--r--tests/driver_svg_test.php2
-rw-r--r--tests/element_options_test.php2
-rw-r--r--tests/font_test.php2
-rw-r--r--tests/image_map_test.php2
-rw-r--r--tests/labeled_axis_test.php2
-rw-r--r--tests/legend_test.php2
-rw-r--r--tests/line_test.php2
-rw-r--r--tests/logarithmical_axis_test.php2
-rw-r--r--tests/matrix_test.php2
-rw-r--r--tests/multiple_axis_test.php2
-rw-r--r--tests/numeric_axis_test.php2
-rw-r--r--tests/palette_test.php2
-rw-r--r--tests/pie_test.php2
-rw-r--r--tests/polynom_test.php2
-rw-r--r--tests/radar_axis_test.php2
-rw-r--r--tests/radar_chart.php2
-rw-r--r--tests/renderer_2d_test.php2
-rw-r--r--tests/renderer_3d_test.php2
-rw-r--r--tests/struct_test.php2
-rw-r--r--tests/suite.php4
-rw-r--r--tests/text_test.php2
-rw-r--r--tests/tools_test.php2
-rw-r--r--tests/transformation_test.php2
-rw-r--r--tests/vector_test.php2
38 files changed, 39 insertions, 39 deletions
diff --git a/tests/axis_centered_renderer_test.php b/tests/axis_centered_renderer_test.php
index 0b91f60..ac2100f 100644
--- a/tests/axis_centered_renderer_test.php
+++ b/tests/axis_centered_renderer_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphAxisCenteredRendererTest extends ezcTestCase
diff --git a/tests/axis_exact_renderer_test.php b/tests/axis_exact_renderer_test.php
index 4214000..2a1b46f 100644
--- a/tests/axis_exact_renderer_test.php
+++ b/tests/axis_exact_renderer_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphAxisExactRendererTest extends ezcTestCase
diff --git a/tests/axis_rotated_renderer_test.php b/tests/axis_rotated_renderer_test.php
index 5b950cb..3f6d44a 100644
--- a/tests/axis_rotated_renderer_test.php
+++ b/tests/axis_rotated_renderer_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphAxisRotatedRendererTest extends ezcGraphTestCase
diff --git a/tests/background_test.php b/tests/background_test.php
index c58b8ed..d8261b2 100644
--- a/tests/background_test.php
+++ b/tests/background_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphBackgroundTest extends ezcGraphTestCase
diff --git a/tests/boundings_test.php b/tests/boundings_test.php
index f1ea775..b187317 100644
--- a/tests/boundings_test.php
+++ b/tests/boundings_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphBoundingsTest extends ezcTestCase
diff --git a/tests/chart_test.php b/tests/chart_test.php
index 6069146..9b22c55 100644
--- a/tests/chart_test.php
+++ b/tests/chart_test.php
@@ -15,7 +15,7 @@ require_once dirname( __FILE__ ) . '/custom_chart.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphChartTest extends ezcGraphTestCase
diff --git a/tests/color_test.php b/tests/color_test.php
index 872d45b..31de059 100644
--- a/tests/color_test.php
+++ b/tests/color_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphColorTest extends ezcTestCase
diff --git a/tests/dataset_average_test.php b/tests/dataset_average_test.php
index 883192f..52b518b 100644
--- a/tests/dataset_average_test.php
+++ b/tests/dataset_average_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphDataSetAverageTest extends ezcGraphTestCase
diff --git a/tests/dataset_numeric_test.php b/tests/dataset_numeric_test.php
index 60fbc82..64e5d2f 100644
--- a/tests/dataset_numeric_test.php
+++ b/tests/dataset_numeric_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphNumericDataSetTest extends ezcGraphTestCase
diff --git a/tests/dataset_test.php b/tests/dataset_test.php
index c7bb0e6..cc62b3d 100644
--- a/tests/dataset_test.php
+++ b/tests/dataset_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphDataSetTest extends ezcTestCase
diff --git a/tests/date_axis_test.php b/tests/date_axis_test.php
index d0615d1..6be33ad 100644
--- a/tests/date_axis_test.php
+++ b/tests/date_axis_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphDateAxisTest extends ezcGraphTestCase
diff --git a/tests/driver_flash_test.php b/tests/driver_flash_test.php
index d9b4287..7c7e3e7 100644
--- a/tests/driver_flash_test.php
+++ b/tests/driver_flash_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphFlashDriverTest extends ezcGraphTestCase
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index 07690c0..904b30a 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphGdDriverTest extends ezcTestImageCase
diff --git a/tests/driver_options_test.php b/tests/driver_options_test.php
index e544648..6dfb956 100644
--- a/tests/driver_options_test.php
+++ b/tests/driver_options_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphDriverOptionsTest extends ezcTestImageCase
diff --git a/tests/driver_svg_test.php b/tests/driver_svg_test.php
index e161338..75233e4 100644
--- a/tests/driver_svg_test.php
+++ b/tests/driver_svg_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphSvgDriverTest extends ezcGraphTestCase
diff --git a/tests/element_options_test.php b/tests/element_options_test.php
index 6687714..57691fd 100644
--- a/tests/element_options_test.php
+++ b/tests/element_options_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphElementOptionsTest extends ezcTestImageCase
diff --git a/tests/font_test.php b/tests/font_test.php
index a0ee1ac..031533b 100644
--- a/tests/font_test.php
+++ b/tests/font_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphFontTest extends ezcGraphTestCase
diff --git a/tests/image_map_test.php b/tests/image_map_test.php
index 12b8b3d..4f2579b 100644
--- a/tests/image_map_test.php
+++ b/tests/image_map_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphImageMapTest extends ezcGraphTestCase
diff --git a/tests/labeled_axis_test.php b/tests/labeled_axis_test.php
index d376c22..014e048 100644
--- a/tests/labeled_axis_test.php
+++ b/tests/labeled_axis_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphLabeledAxisTest extends ezcGraphTestCase
diff --git a/tests/legend_test.php b/tests/legend_test.php
index 1e02cba..aed0a49 100644
--- a/tests/legend_test.php
+++ b/tests/legend_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphLegendTest extends ezcGraphTestCase
diff --git a/tests/line_test.php b/tests/line_test.php
index 10243b5..178bfa0 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphLineChartTest extends ezcGraphTestCase
diff --git a/tests/logarithmical_axis_test.php b/tests/logarithmical_axis_test.php
index 8285673..9d1eb36 100644
--- a/tests/logarithmical_axis_test.php
+++ b/tests/logarithmical_axis_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphLogarithmicalAxisTest extends ezcGraphTestCase
diff --git a/tests/matrix_test.php b/tests/matrix_test.php
index 823c5d6..44cac53 100644
--- a/tests/matrix_test.php
+++ b/tests/matrix_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphMatrixTest extends ezcTestCase
diff --git a/tests/multiple_axis_test.php b/tests/multiple_axis_test.php
index 3b58d40..567dc76 100644
--- a/tests/multiple_axis_test.php
+++ b/tests/multiple_axis_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphMultipleAxisTest extends ezcGraphTestCase
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index df50863..cf8d3fe 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphNumericAxisTest extends ezcTestCase
diff --git a/tests/palette_test.php b/tests/palette_test.php
index e9d2700..08674d1 100644
--- a/tests/palette_test.php
+++ b/tests/palette_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphPaletteTest extends ezcTestCase
diff --git a/tests/pie_test.php b/tests/pie_test.php
index b0ce0a9..7931e0f 100644
--- a/tests/pie_test.php
+++ b/tests/pie_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphPieChartTest extends ezcGraphTestCase
diff --git a/tests/polynom_test.php b/tests/polynom_test.php
index 0268ffe..7afe5ea 100644
--- a/tests/polynom_test.php
+++ b/tests/polynom_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphPolynomTest extends ezcTestCase
diff --git a/tests/radar_axis_test.php b/tests/radar_axis_test.php
index 5ff4c32..b7d5768 100644
--- a/tests/radar_axis_test.php
+++ b/tests/radar_axis_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphRadarChartAxisTest extends ezcGraphTestCase
diff --git a/tests/radar_chart.php b/tests/radar_chart.php
index 2265d4a..ce26fb7 100644
--- a/tests/radar_chart.php
+++ b/tests/radar_chart.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphRadarChartTest extends ezcGraphTestCase
diff --git a/tests/renderer_2d_test.php b/tests/renderer_2d_test.php
index a3ccda2..550d0d4 100644
--- a/tests/renderer_2d_test.php
+++ b/tests/renderer_2d_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphRenderer2dTest extends ezcGraphTestCase
diff --git a/tests/renderer_3d_test.php b/tests/renderer_3d_test.php
index 0d2464b..7d05678 100644
--- a/tests/renderer_3d_test.php
+++ b/tests/renderer_3d_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphRenderer3dTest extends ezcGraphTestCase
diff --git a/tests/struct_test.php b/tests/struct_test.php
index d08e952..a49e46d 100644
--- a/tests/struct_test.php
+++ b/tests/struct_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphStructTest extends ezcTestCase
diff --git a/tests/suite.php b/tests/suite.php
index df505bc..a3448fa 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -51,9 +51,9 @@ require_once 'transformation_test.php';
require_once 'vector_test.php';
/**
-* Test suite for ImageAnalysis package.
+* Test suite for Graph package.
*
-* @package ImageAnalysis
+* @package Graph
* @subpackage Tests
*/
class ezcGraphSuite extends PHPUnit_Framework_TestSuite
diff --git a/tests/text_test.php b/tests/text_test.php
index 779b0b8..bb56128 100644
--- a/tests/text_test.php
+++ b/tests/text_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphTextTest extends ezcTestCase
diff --git a/tests/tools_test.php b/tests/tools_test.php
index 10b5db0..5f17519 100644
--- a/tests/tools_test.php
+++ b/tests/tools_test.php
@@ -14,7 +14,7 @@ require_once dirname( __FILE__ ) . '/test_case.php';
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphToolsTest extends ezcGraphTestCase
diff --git a/tests/transformation_test.php b/tests/transformation_test.php
index b64d07a..8459c7e 100644
--- a/tests/transformation_test.php
+++ b/tests/transformation_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphTransformationTest extends ezcTestCase
diff --git a/tests/vector_test.php b/tests/vector_test.php
index 0de9fa6..06f939f 100644
--- a/tests/vector_test.php
+++ b/tests/vector_test.php
@@ -12,7 +12,7 @@
/**
* Tests for ezcGraph class.
*
- * @package ImageAnalysis
+ * @package Graph
* @subpackage Tests
*/
class ezcGraphVectorTest extends ezcTestCase
OpenPOWER on IntegriCloud