working on updating post meta info
This commit is contained in:
parent
8e4d73b790
commit
eaebe67023
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue