Revert "Merge tag 'v2.10.6'"
This reverts commit122ea4ab9e
, reversing changes made toc54a11e250
.
This commit is contained in:
@@ -6,14 +6,14 @@ namespace Shimmie2;
|
||||
|
||||
class AliasEditorTest extends ShimmiePHPUnitTestCase
|
||||
{
|
||||
public function testAliasList(): void
|
||||
public function testAliasList()
|
||||
{
|
||||
$this->get_page('alias/list');
|
||||
$this->assert_response(200);
|
||||
$this->assert_title("Alias List");
|
||||
}
|
||||
|
||||
public function testAliasListReadOnly(): void
|
||||
public function testAliasListReadOnly()
|
||||
{
|
||||
$this->log_in_as_user();
|
||||
$this->get_page('alias/list');
|
||||
@@ -26,7 +26,7 @@ class AliasEditorTest extends ShimmiePHPUnitTestCase
|
||||
$this->assert_no_text("Add");
|
||||
}
|
||||
|
||||
public function testAliasOneToOne(): void
|
||||
public function testAliasOneToOne()
|
||||
{
|
||||
$this->log_in_as_admin();
|
||||
|
||||
@@ -54,7 +54,7 @@ class AliasEditorTest extends ShimmiePHPUnitTestCase
|
||||
$this->assert_no_text("test1");
|
||||
}
|
||||
|
||||
public function testAliasOneToMany(): void
|
||||
public function testAliasOneToMany()
|
||||
{
|
||||
$this->log_in_as_admin();
|
||||
|
||||
|
Reference in New Issue
Block a user