Skip to content

Commit 45d0c9e

Browse files
authored
Merge pull request #26 from naopusyu/fix-type-test
テストページのタイポを修正
2 parents 6377d22 + 8295c7e commit 45d0c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation-ja/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class ExampleTest extends TestCase
100100
php artisan test
101101
```
102102

103-
`pest`コマンドや`phpunit` マンドに渡すことができる引数は、Artisanの`test`コマンドにも渡せます。
103+
`pest`コマンドや`phpunit`コマンドに渡すことができる引数は、Artisanの`test`コマンドにも渡せます。
104104

105105
```shell
106106
php artisan test --testsuite=Feature --stop-on-failure

0 commit comments

Comments
 (0)