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 RandomTest extends ShimmiePHPUnitTestCase {
function testRandom() {
public function testRandom() {
$this->log_in_as_user();
$image_id = $this->post_image("tests/pbx_screenshot.jpg", "test");
$this->log_out();
@ -15,7 +15,7 @@ class RandomTest extends ShimmiePHPUnitTestCase {
# FIXME: assert($raw == file(blah.jpg))
}
function testPostListBlock() {
public function testPostListBlock() {
$this->log_in_as_admin();
$this->get_page("setup");