mark tests as public
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user