Basho\Tests\SearchOperationsTest::testFetchIndexNotFound PHP Method

testFetchIndexNotFound() public method

    public function testFetchIndexNotFound()
    {
        $command = (new Command\Builder\Search\FetchIndex(static::$riak))->withName(static::INDEX)->build();
        $response = $command->execute();
        $this->assertEquals('404', $response->getCode(), $response->getMessage());
    }