Example #1
0
 public function testMethodCall()
 {
     $instance = new BlackHole();
     $this->assertInstanceOf('Sink\\BlackHole', $instance->whateverMethod());
 }