public function testDeleteContent()
 {
     $this->setGuzzleExpectations('delete', 31415);
     $this->notifier->deleteContent(31415);
 }
 public function testDeleteContent()
 {
     $this->setGuzzleExpectations('delete', self::CONTENT_ID, self::CONTENT_TYPE_ID, self::CUSTOMER_ID, self::SERVER_URI, self::LICENSE_KEY, self::API_ENDPOINT);
     $this->notifier->deleteContent(self::CONTENT_ID);
 }