mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02:00
Reset fields in LockCommandTests for better reliability
This commit is contained in:
parent
0bfe649aa5
commit
04b270356a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user