mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Instantiate the App in test bootstrap
- Remove wrong App instantiation in Lock test
This commit is contained in:
parent
3433c22116
commit
1f1a3930b2
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ abstract class LockTest extends DatabaseTest
|
|||
$this->instance = $this->getInstance();
|
||||
|
||||
// Reusable App object
|
||||
$this->app = new App(__DIR__.'/../');
|
||||
$this->app = \Friendica\BaseObject::getApp();
|
||||
$a = $this->app;
|
||||
|
||||
// Default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue