Fakerino\Test\Core\Database\DoctrineLayerTest::testGetColumnType PHP Method

testGetColumnType() public method

public testGetColumnType ( )
    public function testGetColumnType()
    {
        $this->assertEquals('integer', $this->dLayer->getColumnType(1));
        $this->assertEquals('string', $this->dLayer->getColumnType(4));
    }