Gc\Module\CollectionTest::testGetSelect PHP Method

testGetSelect() public method

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