Eccube\Tests\Web\Admin\Product\ClassCategoryControllerTest::newTestClassName PHP Method

newTestClassName() private method

private newTestClassName ( $TestCreator )
    private function newTestClassName($TestCreator)
    {
        $Creator = $this->createMember();
        $TestClassName = new \Eccube\Entity\ClassName();
        $TestClassName->setName('形状')->setRank(100)->setDelFlg(false)->setCreator($TestCreator);
        return $TestClassName;
    }