Skip to content

Commit

Permalink
Update ja/development/testing.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Story <[email protected]>
  • Loading branch information
yama and markstory authored Dec 14, 2021
1 parent 1e7e8ab commit 43e6619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ SQLダンプファイルをロードしたい場合は、下記のメソッド
.. _fixture-state-management:

フィクスチャステートマネージャ
----------------------
--------------------------

デフォルトでは、CakePHPは、データベース内のすべてのテーブルを truncate することにより、各テストの最後にフィクスチャの状態をリセットします。この処理は、アプリケーションが大きくなるにつれてコストがかかる可能性があります。``TransactionStrategy`` を各テストメソッドに使用すると、テストの最後にロールバックされるトランザクション内で実行されます。これによりパフォーマンスが向上しますが、各テストの前に自動インクリメント値がリセットされないため、テストで静的フィクスチャデータに大きく依存しないようにする必要があります。

Expand Down

0 comments on commit 43e6619

Please sign in to comment.