Fakerino\Core\Test\Filler\EntityFillerTest::setUpFiller PHP Method

setUpFiller() private method

private setUpFiller ( )
    private function setUpFiller()
    {
        $this->testEntity = new TestEntity();
        $this->entityFiller = new EntityFiller($this->testEntity, $this->faker);
    }