diff options
author | Tobias Schlitt <toby@php.net> | 2007-09-12 12:07:58 +0000 |
---|---|---|
committer | Tobias Schlitt <toby@php.net> | 2007-09-12 12:07:58 +0000 |
commit | 934f5c0f9b6a1529378637a3d8a045a48d2148b5 (patch) | |
tree | de148ce5028c87f0ec7300788f970b37de1fe26a /tests/renderer_3d_test.php | |
parent | a3a7f0b264223ec011b46fd4e0ce2674af7e0087 (diff) | |
download | zetacomponents-graph-934f5c0f9b6a1529378637a3d8a045a48d2148b5.zip zetacomponents-graph-934f5c0f9b6a1529378637a3d8a045a48d2148b5.tar.gz |
- Doc fixes.
Diffstat (limited to 'tests/renderer_3d_test.php')
-rw-r--r-- | tests/renderer_3d_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |