Gc\DocumentType\CollectionTest::testGetSelect PHP Method

testGetSelect() public method

Test
public testGetSelect ( ) : void
return void
    public function testGetSelect()
    {
        $this->object->init();
        $this->assertInternalType('array', $this->object->getSelect());
    }