mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-16 13:50: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()
|
public function before()
|
||||||
{
|
{
|
||||||
self::$fgetsCount = 0;
|
self::$fgetsCount = 0;
|
||||||
|
self::$mockName = '';
|
||||||
|
self::$mockEmail = '';
|
||||||
|
self::$mockDesc = '';
|
||||||
|
self::$filePutContentsResult = '';
|
||||||
|
self::$filePutContentsFile = '';
|
||||||
|
|
||||||
$this->lockCommand = new LockCommand();
|
$this->lockCommand = new LockCommand();
|
||||||
|
|
||||||
$mockBuilder = new MockBuilder();
|
$mockBuilder = new MockBuilder();
|
||||||
|
Loading…
Reference in New Issue
Block a user