mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01: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