Skip to content

Commit 0ed3aee

Browse files
Fix code block (#8302)
1 parent 16fc583 commit 0ed3aee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en/development/testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,9 @@ in order to truncate all dirty tables before each test.
790790

791791
The following command will help you bake your factories:
792792

793-
bin/cake bake fixture_factory -h
793+
```bash
794+
bin/cake bake fixture_factory -h
795+
```
794796

795797
Once your factories are
796798
[tuned](https://github.com/vierge-noire/cakephp-fixture-factories/blob/main/docs/factories.md),

0 commit comments

Comments
 (0)