diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-22 15:53:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-22 15:53:00 +0000 |
commit | c1aadd2a21c867e02682777ea6c7fd7ae88f6148 (patch) | |
tree | dfbcc200c3f005f29e15745cf34d7031d46e8496 /modules/path/path.test | |
parent | 097f49379858d62546e2ddcb9d89f7c592e51caf (diff) | |
download | brdo-c1aadd2a21c867e02682777ea6c7fd7ae88f6148.tar.gz brdo-c1aadd2a21c867e02682777ea6c7fd7ae88f6148.tar.bz2 |
- Patch #440920 by brianV: whitespace and coding style clean-up.
Diffstat (limited to 'modules/path/path.test')
-rw-r--r-- | modules/path/path.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/path/path.test b/modules/path/path.test index 13b46313e..d781316d1 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -1,6 +1,11 @@ <?php // $Id$ +/** + * @file + * Tests for the path module + */ + class PathTestCase extends DrupalWebTestCase { public static function getInfo() { return array( |