Example #1
0
 /** @test */
 public function itShouldBeTypeMethod()
 {
     $r = new Reflector([$this, 'testMethod']);
     $this->assertTrue($r->isMethod());
     $this->assertTrue($r->isInstanceMethod());
 }