Example #1
0
 public function testCallStatic()
 {
     $instance = BlackHole::whateverStaticMethod();
     $this->assertInstanceOf('Sink\\BlackHole', $instance);
 }