Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix migrations docs link (fr, ja) #7995

Merged
merged 1 commit into from
Feb 11, 2025
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
2 changes: 1 addition & 1 deletion fr/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ de CakePHP, soit en chargeant un fichier de dump SQL, soit en utilisant un autre
outil externe de gestion de schéma. Vous devez créer votre schéma dans le
fichier ``tests/bootstrap.php`` de votre application.

Si vous utilisez le :doc:`plugin de migrations </migrations>` de CakePHP pour gérer
Si vous utilisez le `plugin de migrations <https://book.cakephp.org/migrations>` de CakePHP pour gérer
les schémas de votre application, vous pouvez tout aussi bien réutiliser ces
migrations pour générer le schéma de votre base de données de test::

Expand Down
2 changes: 1 addition & 1 deletion ja/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ PHPUnitの設定

CakePHPのマイグレーション機能・SQLダンプファイルのロード、または他のスキーマ管理ツールを使用して、テスト用のデータベーススキーマを生成できます。アプリケーションの ``tests/bootstrap.php`` ファイルにスキーマを作成する必要があります。

CakePHPの :doc:`migrations プラグイン </migrations>` を使用してアプリケーションのスキーマを管理する場合は、
CakePHPの `migrations プラグイン <https://book.cakephp.org/migrations>` を使用してアプリケーションのスキーマを管理する場合は、
それらのマイグレーションを利用してテストデータベーススキーマを
生成することもできます。::

Expand Down