Dumplie\Metadata\Tests\Integration\InMemory\FloatTypeTest::createStorage PHP 메소드

createStorage() 공개 메소드

public createStorage ( ) : Dumplie\Metadata\Storage
리턴 Dumplie\Metadata\Storage
    public function createStorage() : Storage
    {
        return new InMemoryStorage();
    }
FloatTypeTest