diff --git a/README.md b/README.md index 07efb4d..32e171d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ final class MyTest extends TestCase { use Annotations; + protected function setUp() : void + { + $this->processAnnotations(static::class, $this->getName(false) ?? ''); + } + // ... } ```