Gc\DocumentType\CollectionTest::testGetSelect PHP Метод

testGetSelect() публичный Метод

Test
public testGetSelect ( ) : void
Результат void
    public function testGetSelect()
    {
        $this->object->init();
        $this->assertInternalType('array', $this->object->getSelect());
    }