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/suite.php | |
parent | a3a7f0b264223ec011b46fd4e0ce2674af7e0087 (diff) | |
download | zetacomponents-graph-934f5c0f9b6a1529378637a3d8a045a48d2148b5.zip zetacomponents-graph-934f5c0f9b6a1529378637a3d8a045a48d2148b5.tar.gz |
- Doc fixes.
Diffstat (limited to 'tests/suite.php')
-rw-r--r-- | tests/suite.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |