@@ -105,7 +105,7 @@ public function test_handling_failed_action_errors()
105
105
}
106
106
}
107
107
108
- public function testRetryHandlesFalseResultFromClosure ()
108
+ public function test_retry_handles_false_result_from_closure ()
109
109
{
110
110
$ requestMaker = new class
111
111
{
@@ -122,7 +122,7 @@ public function testRetryHandlesFalseResultFromClosure()
122
122
}
123
123
}
124
124
125
- public function testRetryHandlesNullResultFromClosure ()
125
+ public function test_retry_handles_null_result_from_closure ()
126
126
{
127
127
$ requestMaker = new class
128
128
{
@@ -139,7 +139,7 @@ public function testRetryHandlesNullResultFromClosure()
139
139
}
140
140
}
141
141
142
- public function testRetryHandlesFalseyStringResultFromClosure ()
142
+ public function test_retry_handles_falsey_string_result_from_closure ()
143
143
{
144
144
$ requestMaker = new class
145
145
{
@@ -156,7 +156,7 @@ public function testRetryHandlesFalseyStringResultFromClosure()
156
156
}
157
157
}
158
158
159
- public function testRetryHandlesFalseyNumerResultFromClosure ()
159
+ public function test_retry_handles_falsey_numer_result_from_closure ()
160
160
{
161
161
$ requestMaker = new class
162
162
{
@@ -173,7 +173,7 @@ public function testRetryHandlesFalseyNumerResultFromClosure()
173
173
}
174
174
}
175
175
176
- public function testRetryHandlesFalseyArrayResultFromClosure ()
176
+ public function test_retry_handles_falsey_array_result_from_closure ()
177
177
{
178
178
$ requestMaker = new class
179
179
{
@@ -190,7 +190,7 @@ public function testRetryHandlesFalseyArrayResultFromClosure()
190
190
}
191
191
}
192
192
193
- public function testRateLimitExceededWithHeaderSet ()
193
+ public function test_rate_limit_exceeded_with_header_set ()
194
194
{
195
195
$ forge = new Forge ('123 ' , $ http = Mockery::mock (Client::class));
196
196
@@ -209,7 +209,7 @@ public function testRateLimitExceededWithHeaderSet()
209
209
}
210
210
}
211
211
212
- public function testRateLimitExceededWithHeaderNotAvailable ()
212
+ public function test_rate_limit_exceeded_with_header_not_available ()
213
213
{
214
214
$ forge = new Forge ('123 ' , $ http = Mockery::mock (Client::class));
215
215
0 commit comments