Update first_steps.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2023-10-18 23:58:27 +02:00 committed by GitHub
parent 9fefa15835
commit 933fa409fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.