Eccube\Tests\EccubeTestCase::createCustomer PHP Method

createCustomer() public method

Customer オブジェクトを生成して返す.
public createCustomer ( string $email = null ) : Customer
$email string メールアドレス. null の場合は, ランダムなメールアドレスが生成される.
return Eccube\Entity\Customer
    public function createCustomer($email = null)
    {
        return $this->app['eccube.fixture.generator']->createCustomer($email);
    }