code coverage

This commit is contained in:
John Bintz 2009-11-25 23:44:03 -05:00
parent f1f4c8ecd7
commit fbfb1aeb7f
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ class ComicPressBackendFilesystemTest extends PHPUnit_Framework_TestCase {
array('blah', false),
array('filesystem-1', false),
array('filesystem-1--test', $valid_backend),
array('filesystem-1--test2', false),
array('filesystem-2--test', false),
);
}