OSS\Tests\BucketCnameTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->client = Common::getOssClient();
        $this->bucketName = 'php-sdk-test-bucket-' . strval(rand(0, 10000));
        $this->client->createBucket($this->bucketName);
    }