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

testGetFakeType() public method

public testGetFakeType ( $dType, $fakeType )
    public function testGetFakeType($dType, $fakeType)
    {
        $this->assertEquals($fakeType, $this->dLayer->getFakeType($dType));
    }