From 933fa409fea21f9ad6df6dbdfa20f34daff96415 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 18 Oct 2023 23:58:27 +0200 Subject: [PATCH] Update first_steps.md Signed-off-by: Dennis Eichhorn --- general/first_steps.md | 2 ++ 1 file changed, 2 insertions(+) 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.