mark tests as public

This commit is contained in:
Shish
2015-09-26 11:17:13 +01:00
parent c54e336695
commit 8c1e3bc92a
49 changed files with 97 additions and 97 deletions

View File

@ -1,6 +1,6 @@
<?php
class NumericScoreTest extends ShimmiePHPUnitTestCase {
function testNumericScore() {
public function testNumericScore() {
$this->log_in_as_user();
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "pbx");
$this->get_page("post/view/$image_id");