<?php

class Test {

  /**
   * Method is not called from anywhere in the class.
   */
  private function bong() {

  }

}
