mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-02-12 05:54: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 = new ArrayCollection();
|
||||||
$operands->add($operand);
|
$operands->add($operand);
|
||||||
$this->operation->setOperands($operands);
|
$this->assertNull($this->operation->setOperands($operands));
|
||||||
$this->assertEquals($operand, $this->operation->getOperands()
|
$this->assertEquals($operand, $this->operation->getOperands()
|
||||||
->get(0));
|
->get(0));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user