diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:26:02 +0000 |
commit | a7f12c0326f4c6808fa84fc8b0f57536fdc0002e (patch) | |
tree | 6580e3d8210f44678ead0ea92c5de739a6fb3dac /modules/blogapi | |
parent | d7f3c18d17e4be51c18eb3adcbc1492659026757 (diff) | |
download | brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.gz brdo-a7f12c0326f4c6808fa84fc8b0f57536fdc0002e.tar.bz2 |
- Patch #251263 by catch: fixing up many code style issues in the tests.
Diffstat (limited to 'modules/blogapi')
-rw-r--r-- | modules/blogapi/blogapi.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test index ea6accf0b..23595ca27 100644 --- a/modules/blogapi/blogapi.test +++ b/modules/blogapi/blogapi.test @@ -21,7 +21,7 @@ class BlogAPITestCase extends DrupalWebTestCase { } /** - * Create, edit, and delete post; upload file; and set/get categories. + * Create, edit, and delete post; upload file; set/get categories. */ function testBlogAPI() { // Create admin user and taxononmy for later use. |