From db7c74d73e61be8a8ad6ae3033896294ddce5671 Mon Sep 17 00:00:00 2001 From: saeideng Date: Mon, 10 Feb 2025 15:38:01 +0330 Subject: [PATCH] fix migrations docs link --- en/development/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::