Improve comment wording in ApiTest
This commit is contained in:
parent
d576bb136b
commit
a7689a3cc4
|
@ -57,7 +57,7 @@ abstract class ApiTest extends FixtureTest
|
||||||
->addRule(App::class, ['instanceOf' => AppDouble::class, 'shared' => true]);
|
->addRule(App::class, ['instanceOf' => AppDouble::class, 'shared' => true]);
|
||||||
DI::init($this->dice);
|
DI::init($this->dice);
|
||||||
|
|
||||||
// Manual overwrite for API testrs :-)
|
// Manual override to bypass API authentication
|
||||||
DI::app()->setIsLoggedIn(true);
|
DI::app()->setIsLoggedIn(true);
|
||||||
|
|
||||||
$this->installAuthTest();
|
$this->installAuthTest();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user