Exemple #1
0
 /**
  * @test
  */
 public function it_has_a_method_for_reflecting_the_wrapped_callback()
 {
     $callback = new Callback(function () {
     });
     $this->assertInstanceOf(ReflectionFunctionAbstract::class, $callback->reflect());
 }