Instantiate the App in test bootstrap
- Remove wrong App instantiation in Lock test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user