ratings works with sqlite (unit tests pass, at least)

This commit is contained in:
Shish
2020-01-29 11:30:52 +00:00
parent aa1637d128
commit 41ce16f1b8
3 changed files with 6 additions and 6 deletions

View File

@@ -29,6 +29,8 @@ class RatingsTest extends ShimmiePHPUnitTestCase
public function testRatingExplicit()
{
global $config;
$config->set_array("ext_rating_anonymous_privs", ["s", "q"]);
$this->log_in_as_user();
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "pbx");
$image = Image::by_id($image_id);