skip tests for extensions who don't support the current db

This commit is contained in:
Shish
2015-09-21 10:05:32 +01:00
parent 98d71f527d
commit c337abe280
13 changed files with 24 additions and 17 deletions

View File

@ -5,7 +5,7 @@ class NumericScoreTest extends ShimmiePHPUnitTestCase {
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "pbx");
$this->get_page("post/view/$image_id");
return; // FIXME
$this->markTestIncomplete();
$this->assert_text("Current Score: 0");
$this->click("Vote Down");