Basho\Tests\SearchOperationsTest::testDissociateIndex PHP Method

testDissociateIndex() public method

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