working on updating post meta info

This commit is contained in:
John Bintz 2009-11-24 20:38:36 -05:00
parent 8e4d73b790
commit eaebe67023
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,10 @@ class ComicPressBackendFilesystemTest extends PHPUnit_Framework_TestCase {
$this->assertEquals($expected_match, $this->fs->find_matching_files(array(vfsStream::url('root/comic/2009-01-01*.jpg'))));
}
function testUpdateFilesystemPostMeta() {
$this->markTestIncomplete();
}
function testGenerateFromPost() {
$post = (object)array('ID' => 1);