Skip to content

Commit

Permalink
翻訳抜け修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroKws committed Feb 17, 2024
1 parent 5156e10 commit e9d6841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation-ja/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ php artisan test --parallel --recreate-databases
}

<a name="accessing-the-parallel-testing-token"></a>
#### Accessing the Parallel Testing Token
#### 並列テストトークンへのアクセス

アプリケーションのテストコードの他の場所から、現在の並列プロセスの「トークン」にアクセスしたい場合は、`token`メソッドを使用します。このトークンは個々のテストプロセスのための一意な文字列の識別子であり、並列テストプロセス間でリソースを分割するために使用できます。たとえば、Laravelは各並行テストプロセスで作成するテストデータベースの末尾に、このトークンを自動的に付加します。

Expand Down

0 comments on commit e9d6841

Please sign in to comment.