Image to Post - link

This commit is contained in:
Matthew Barbour
2020-10-26 10:16:45 -05:00
parent 708acd461c
commit 64649133e2
4 changed files with 9 additions and 9 deletions

View File

@@ -11,6 +11,6 @@ class LinkImageTest extends ShimmiePHPUnitTestCase
preg_match("#value='https?://.*/(post/view/[0-9]+)'#", $this->page_to_text(), $matches);
$this->assertTrue(count($matches) > 0);
$page = $this->get_page($matches[1]);
$this->assertEquals("Image $image_id: pie", $page->title);
$this->assertEquals("Post $image_id: pie", $page->title);
}
}