diff --git a/en/development/testing.rst b/en/development/testing.rst index 1a065c12ab..278b2ab9cd 100644 --- a/en/development/testing.rst +++ b/en/development/testing.rst @@ -431,7 +431,7 @@ create your schema in your application's ``tests/bootstrap.php`` file. Creating Schema with Migrations ------------------------------- -If you use CakePHP's :doc:`migrations plugin ` to manage your +If you use CakePHP's `migrations plugin `_ to manage your application's schema, you can reuse those migrations to generate your test database schema as well::