Exemplo n.º 1
0
 public function tesIsCallable()
 {
     foreach ($this->types as $type => $standard) {
         $typeReflection = new TypeReflection($type);
         $this->assertSame($type === 'callable', $typeReflection->isCallable(), $type);
     }
 }