Fakerino\Test\FakeData\Generator\TextGeneratorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->randomStringGenerator = new TextGenerator();
        $this->mockCaller = $this->getMockBuilder('Fakerino\\FakeData\\FakeDataInterface')->getMock();
        $this->randomStringGenerator->setCaller($this->mockCaller);
    }