Skip to content

Commit

Permalink
fix testing docs (#7773)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal authored Nov 23, 2023
1 parent 0195622 commit b7cf0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ contains the fixture extension:
<!-- in phpunit.xml -->
<!-- Setup the extension for fixtures -->
<extensions>
<extension class="\Cake\TestSuite\Fixture\PHPUnitExtension"/>
<bootstrap class="Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
</extensions>
The extension is included in your application and plugins generated by ``bake``
Expand Down

0 comments on commit b7cf0de

Please sign in to comment.