]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/DbaCacheMockTrait.php
Stop scrollToItem() animate twice.
[friendica.git] / tests / Util / DbaCacheMockTrait.php
index 87ab450c9e8311246964540e8645a5d801b5d26f..95e7cbcb1def2caf2bf3a9d4b85a4a1dcc435342 100644 (file)
@@ -4,8 +4,14 @@ namespace Friendica\Test\Util;
 
 trait DbaCacheMockTrait
 {
-       use DBAMockTrait;
-       use DateTimeFormatMockTrait;
+       /**
+        * @var
+        */
+       protected $dba;
+
+       public function __construct()
+       {
+       }
 
        protected function mockDelete($key, $return = true, $times = null)
        {