Eccube\Tests\Plugin\Web\Admin\Product\ProductClassControllerTest::newTestClassName PHP Method

newTestClassName() private method

private newTestClassName ( $TestCreator )
    private function newTestClassName($TestCreator)
    {
        $Creator = $this->app['orm.em']->getRepository('\\Eccube\\Entity\\Member')->find(1);
        $TestClassName = new \Eccube\Entity\ClassName();
        $TestClassName->setName('形状')->setRank(100)->setDelFlg(0)->setCreator($TestCreator);
        return $TestClassName;
    }