Basho\Tests\InternalServerErrorTest::testQueryInvalidIndex PHP Method

testQueryInvalidIndex() public method

Currently not executable on any Riak instance configured for multi-backend
    public function testQueryInvalidIndex()
    {
        $command = (new Command\Builder\QueryIndex(static::$riak))->buildBucket('Students', static::BITCASK_BUCKET_TYPE)->withIndexName('index_not_found_int')->withScalarValue(5)->build();
        $command->execute();
    }
InternalServerErrorTest