mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-30 04:48:40 +00:00
Update first_steps.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
9fefa15835
commit
933fa409fe
|
|
@ -26,10 +26,12 @@ All tests need to have the following docblocks:
|
||||||
|
|
||||||
##### Class
|
##### Class
|
||||||
|
|
||||||
|
```php
|
||||||
/**
|
/**
|
||||||
* @testdox phpOMS\tests\Image\SkewTest: Image skew
|
* @testdox phpOMS\tests\Image\SkewTest: Image skew
|
||||||
* @internal
|
* @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.
|
* @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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user