]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/BaseObjectTest.php
Fixing redis cachekey
[friendica.git] / tests / src / BaseObjectTest.php
index 784944c3a06425a35a6aa8b78da5f5245c6fa299..749ae77c2a2554416600e24a485c3c7b73ef50ec 100644 (file)
@@ -3,7 +3,7 @@
  * BaseObjectTest class.
  */
 
-namespace Friendica\Test;
+namespace Friendica\Test\src;
 
 use Friendica\BaseObject;
 use Friendica\Test\Util\AppMockTrait;
@@ -31,8 +31,7 @@ class BaseObjectTest extends TestCase
        {
                $baseObject = new BaseObject();
                $this->setUpVfsDir();
-               $configMock = \Mockery::mock('Friendica\Core\Config\ConfigCache');
-               $this->mockApp($this->root, $configMock);
+               $this->mockApp($this->root);
 
                $this->assertNull($baseObject->setApp($this->app));
                $this->assertEquals($this->app, $baseObject->getApp());