mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
Bugfixing
This commit is contained in:
parent
83f187a047
commit
6150c2fa9c
5 changed files with 44 additions and 2 deletions
|
@ -41,6 +41,7 @@ class BaseObjectTest extends TestCase
|
|||
{
|
||||
$logger = $logger = LoggerFactory::create('test');
|
||||
$app = new App(__DIR__ . '/../../', $logger);
|
||||
LoggerFactory::enableTest($logger);
|
||||
$this->assertNull($this->baseObject->setApp($app));
|
||||
$this->assertEquals($app, $this->baseObject->getApp());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue