Correct test class docblocks and add a stub for missing static documentation.

8.0.x
xjm 2012-01-08 06:38:51 -06:00
parent 0a15aaa360
commit 1ded67b1e3
1 changed files with 5 additions and 2 deletions

View File

@ -6,11 +6,14 @@
*/
/**
* Test cases for the secure file writer.
* Tests the secure file writer.
*/
class SecureFileTestCase extends DrupalUnitTestCase {
protected $filename = 'foo.bar';
/**
* @todo
*/
protected $testContent = 'Good morning, Denver!';
public static function getInfo() {
@ -83,7 +86,7 @@ class SecureFileTestCase extends DrupalUnitTestCase {
}
/**
* Test cases for the secure file writer.
* Tests reading and writing file contents.
*/
class FileContentsTestCase extends DrupalWebTestCase {
public static function getInfo() {