Test if method have annotation with PhpUnit
$reflectionClass = new \ReflectionClass('MyClass);
$method = $reflectionClass->getMethod('MyMethod');
$this->assertContains('@MyAnnotation',$method->getDocComment());
Written by Renaud Wellens
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#