Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 0 additions & 146 deletions en/appendices/fixture-upgrade.rst

This file was deleted.

1 change: 0 additions & 1 deletion en/appendices/migration-guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ each version and the migration path between 3.x and 4.x.

./5-0-upgrade-guide
./5-0-migration-guide
./fixture-upgrade
18 changes: 0 additions & 18 deletions en/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,24 +418,6 @@ contains the fixture extension:
The extension is included in your application and plugins generated by ``bake``
by default.

Prior to CakePHP 4.3.0, a PHPUnit listener was used instead of a PHPUnit
extension and your ``phpunit.xml`` file should contain:

.. code-block:: xml

<!-- in phpunit.xml -->
<!-- Setup a listener for fixtures -->
<listeners>
<listener
class="\Cake\TestSuite\Fixture\FixtureInjector">
<arguments>
<object class="\Cake\TestSuite\Fixture\FixtureManager" />
</arguments>
</listener>
</listeners>

The listener is deprecated and you should :doc:`update your fixture configuration </appendices/fixture-upgrade>`

.. _creating-test-database-schema:

Creating Schema in Tests
Expand Down