From 83bdfaffc18c1a4e6d443d35612f8d345529f7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Cansado=20Sol=C3=A0?= Date: Tue, 12 May 2026 09:24:35 +0200 Subject: [PATCH] Fix code block --- docs/en/development/testing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/development/testing.md b/docs/en/development/testing.md index 4acde5c865..e6a767c67e 100644 --- a/docs/en/development/testing.md +++ b/docs/en/development/testing.md @@ -790,7 +790,9 @@ in order to truncate all dirty tables before each test. The following command will help you bake your factories: - bin/cake bake fixture_factory -h +```bash +bin/cake bake fixture_factory -h +``` Once your factories are [tuned](https://github.com/vierge-noire/cakephp-fixture-factories/blob/main/docs/factories.md),