mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Optimized coverage for AbstractOperation
This commit is contained in:
		@@ -44,7 +44,7 @@ class AbstractOperationTest extends TestCase
 | 
			
		||||
        };
 | 
			
		||||
        $operands = new ArrayCollection();
 | 
			
		||||
        $operands->add($operand);
 | 
			
		||||
        $this->operation->setOperands($operands);
 | 
			
		||||
        $this->assertNull($this->operation->setOperands($operands));
 | 
			
		||||
        $this->assertEquals($operand, $this->operation->getOperands()
 | 
			
		||||
            ->get(0));
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user