Basho\Tests\ObjectOperationsTest::testDelete PHP Method

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $command = (new Command\Builder\DeleteObject(static::$riak))->buildLocation(static::$key, 'users')->build();
        $response = $command->execute();
        $this->assertEquals('204', $response->getCode());
    }