mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Improved code style of tests
This commit is contained in:
parent
5629215ce4
commit
684334ba22
73 changed files with 196 additions and 38 deletions
|
@ -25,6 +25,9 @@ namespace App\Helpers;
|
|||
use League\HTMLToMarkdown\HtmlConverter;
|
||||
use s9e\TextFormatter\Bundles\Forum as TextFormatter;
|
||||
|
||||
/**
|
||||
* @see \App\Tests\Helpers\BBCodeToMarkdownConverterTest
|
||||
*/
|
||||
class BBCodeToMarkdownConverter
|
||||
{
|
||||
protected HtmlConverter $html_to_markdown;
|
||||
|
|
|
@ -28,6 +28,7 @@ use App\Validator\Constraints\ProjectSystem\ValidProjectBuildRequest;
|
|||
|
||||
/**
|
||||
* @ValidProjectBuildRequest()
|
||||
* @see \App\Tests\Helpers\Projects\ProjectBuildRequestTest
|
||||
*/
|
||||
final class ProjectBuildRequest
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue