Fakerino\Test\Core\Entity\EntityFillerTest::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        $testEntity = new TestEntity();
        $this->entityFiller = new EntityInfo($testEntity);
    }