/**
  * @checks Private method exist
  * @expectedException \PHPUnit_Framework_AssertionFailedError
  */
 public function testMethodExist()
 {
     ShortifyPunit::some_fake_method();
 }