forked from wallabag/wallabag
Fix missing call to parent setUp
This commit is contained in:
committed by
Jeremy Benoist
parent
e59a43596f
commit
af6363bbbd
@ -23,6 +23,7 @@ abstract class WallabagAnnotationTestCase extends WebTestCase
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->client = $this->createAuthorizedClient();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user