forked from Cavemanon/cavepaintings
consistent naming for test functions
This commit is contained in:
@@ -5,9 +5,9 @@ class ImageTest extends ShimmieWebTestCase {
|
||||
$image_id = $this->post_image("ext/simpletest/data/pbx_screenshot.jpg", "test");
|
||||
|
||||
$this->get_page("user/test");
|
||||
$this->assertText("Images uploaded: 1");
|
||||
$this->assert_text("Images uploaded: 1");
|
||||
$this->click("Images uploaded");
|
||||
$this->assertTitle("Image $image_id: test");
|
||||
$this->assert_title("Image $image_id: test");
|
||||
$this->log_out();
|
||||
|
||||
$this->log_in_as_admin();
|
||||
|
Reference in New Issue
Block a user