mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
Fixing tests
This commit is contained in:
parent
5e5c39b0e1
commit
f5adbd268b
18 changed files with 101 additions and 93 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Friendica\Test\Util;
|
||||
|
||||
use Friendica\Database\DBStructure;
|
||||
use Mockery\MockInterface;
|
||||
|
||||
/**
|
||||
|
@ -16,6 +17,7 @@ trait DBStructureMockTrait
|
|||
|
||||
/**
|
||||
* Mocking DBStructure::update()
|
||||
* @see DBStructure::update();
|
||||
*
|
||||
* @param array $args The arguments for the update call
|
||||
* @param bool $return True, if the connect was successful, otherwise false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue