test: add some KernelTestCase

This commit is contained in:
Maël Gangloff
2025-10-14 00:09:01 +02:00
parent 398ca8df2f
commit 6154759507
15 changed files with 884 additions and 3 deletions

View File

@@ -145,7 +145,9 @@
}
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^4.2",
"friendsofphp/php-cs-fixer": "^3.61",
"justinrainbow/json-schema": "^6.6",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10",
"symfony/browser-kit": "7.1.*",
@@ -154,6 +156,7 @@
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^7.1",
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
"symfony/web-profiler-bundle": "7.1.*",
"zenstruck/foundry": "^2.7"
}
}