mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-02-11 21:44:21 +01:00
Optimized coverage for AbstractOperation
This commit is contained in:
parent
5848bec9ce
commit
38539aa9ed
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user