Basho\Tests\SearchOperationsTest::testAssociateIndex PHP Method

testAssociateIndex() public method

public testAssociateIndex ( )
    public function testAssociateIndex()
    {
        $command = (new Command\Builder\Search\AssociateIndex(static::$riak))->withName(static::INDEX)->buildBucket('sabres', self::SEARCH_BUCKET_TYPE)->build();
        $response = $command->execute();
        $this->assertEquals('204', $response->getCode(), $response->getMessage());
    }