diff --git a/general/first_steps.md b/general/first_steps.md index 78cd555..004fd07 100755 --- a/general/first_steps.md +++ b/general/first_steps.md @@ -26,10 +26,12 @@ All tests need to have the following docblocks: ##### Class +```php /** * @testdox phpOMS\tests\Image\SkewTest: Image skew * @internal */ +``` * @testdox Is a one-line test description which is included in a test report for customers. The **FQN is very important**, it must be present.