mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fix missing call to parent setUp
This commit is contained in:
parent
e59a43596f
commit
af6363bbbd
3 changed files with 2 additions and 10 deletions
|
@ -23,6 +23,7 @@ abstract class WallabagAnnotationTestCase extends WebTestCase
|
|||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->client = $this->createAuthorizedClient();
|
||||
}
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ abstract class WallabagApiTestCase extends WebTestCase
|
|||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->client = $this->createAuthorizedClient();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue