mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-04 00:18:56 +02:00
Reset fields in LockCommandTests for better reliability
This commit is contained in:
@@ -43,6 +43,12 @@ class LockCommandTest extends BaseTest
|
||||
public function before()
|
||||
{
|
||||
self::$fgetsCount = 0;
|
||||
self::$mockName = '';
|
||||
self::$mockEmail = '';
|
||||
self::$mockDesc = '';
|
||||
self::$filePutContentsResult = '';
|
||||
self::$filePutContentsFile = '';
|
||||
|
||||
$this->lockCommand = new LockCommand();
|
||||
|
||||
$mockBuilder = new MockBuilder();
|
||||
|
||||
Reference in New Issue
Block a user