public function testRespondsToProtectedMethod()
 {
     $this->assertFalse(MockStaticInstantiator::respondsTo('_foo'));
     $this->assertTrue(MockStaticInstantiator::respondsTo('_foo', 1));
 }