質問編集履歴

3

文章の修正

2021/12/03 06:58

投稿

nakatievent
nakatievent

スコア38

test CHANGED
File without changes
test CHANGED
File without changes

2

文章の修正

2021/12/03 06:58

投稿

nakatievent
nakatievent

スコア38

test CHANGED
File without changes
test CHANGED
@@ -58,9 +58,9 @@
58
58
 
59
59
 
60
60
 
61
- /Users/adscope-002/Desktop/admin/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestResponse.php:89
61
+ /Users/○○○○○/Desktop/admin/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestResponse.php:89
62
62
 
63
- /Users/adscope-002/Desktop/admin/tests/Feature/ExampleTest.php:74
63
+ /Users/○○○○○/Desktop/admin/tests/Feature/ExampleTest.php:74
64
64
 
65
65
  ```
66
66
 

1

文章の修正

2021/12/03 06:56

投稿

nakatievent
nakatievent

スコア38

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- $this->actingAs($user)->get('admin/company')->assertOk();
39
+ $this->actingAs($user)->get('admin/company')->assertStatus(200);
40
40
 
41
41
  }
42
42
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  ```php
52
52
 
53
- 1) App\Models\Admin\ExampleTest::testgoToTheCompanyListPageAfterLoginTest
53
+ 1) App\Models\Admin\ExampleTest::testgoToCompanyListPageAfterLoginTest
54
54
 
55
55
  Response status code [302] does not match expected 200 status code.
56
56