Sonata\Test\Component\Currency\Types\CurrencyDataTransformerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->currencyManager = $this->getMock('Sonata\\Component\\Currency\\CurrencyManagerInterface');
        $this->currencyDataTransformer = new CurrencyDataTransformer($this->currencyManager);
    }