Gc\View\CollectionTest::testGetElements PHP Method

testGetElements() public method

Test
public testGetElements ( ) : void
return void
    public function testGetElements()
    {
        $model = Model::fromIdentifier('identifier-collection-test');
        $this->object->addElement($model);
        $this->assertEquals(1, count($this->object->getElements()));
    }