@@ -170,97 +170,97 @@ public function test_third_partyscripts()
170170 $ this ->assertTrue ($ assets ->hasRenderedRappsoftTableThirdPartyScripts );
171171 }
172172
173- #[Depends('test_JsResponseSetupCacheEnabled ' )]
173+ #[Depends('test_js_response_setup_cache_enabled ' )]
174174 public function test_check_pretend_response_is_js_returns_correct_cache_control_cache_enabled (array $ jsResponseSetupCacheEnabled )
175175 {
176176 $ this ->assertSame ('max-age=86400, public ' , $ jsResponseSetupCacheEnabled ['responseHeaders ' ]['cache-control ' ][0 ]);
177177 }
178178
179- #[Depends('test_JsResponseSetupCacheEnabled ' )]
179+ #[Depends('test_js_response_setup_cache_enabled ' )]
180180 public function test_check_pretend_response_is_js_returns_correct_content_type_cache_enabled (array $ jsResponseSetupCacheEnabled )
181181 {
182182 $ this ->assertSame ('application/javascript; charset=utf-8 ' , $ jsResponseSetupCacheEnabled ['responseHeaders ' ]['content-type ' ][0 ]);
183183 }
184184
185- #[Depends('test_JsResponseSetupCacheDisabled ' )]
185+ #[Depends('test_js_response_setup_cache_disabled ' )]
186186 public function test_check_pretend_response_is_js_returns_correct_cache_control_cache_disabled (array $ jsResponseSetupCacheDisabled )
187187 {
188188 $ this ->assertSame ('max-age=1, public ' , $ jsResponseSetupCacheDisabled ['responseHeaders ' ]['cache-control ' ][0 ]);
189189 }
190190
191- #[Depends('test_JsResponseSetupCacheDisabled ' )]
191+ #[Depends('test_js_response_setup_cache_disabled ' )]
192192 public function test_check_pretend_response_is_js_returns_correct_content_type_cache_disabled (array $ jsResponseSetupCacheDisabled )
193193 {
194194 $ this ->assertSame ('application/javascript; charset=utf-8 ' , $ jsResponseSetupCacheDisabled ['responseHeaders ' ]['content-type ' ][0 ]);
195195 }
196196
197- #[Depends('test_CssResponseSetupCacheEnabled ' )]
197+ #[Depends('test_css_response_setup_cache_enabled ' )]
198198 public function test_check_pretend_response_is_css_returns_correct_cache_control_caching_enabled (array $ cssResponseSetupCacheEnabled )
199199 {
200200 $ this ->assertSame ('max-age=86400, public ' , $ cssResponseSetupCacheEnabled ['responseHeaders ' ]['cache-control ' ][0 ]);
201201 }
202202
203- #[Depends('test_CssResponseSetupCacheEnabled ' )]
203+ #[Depends('test_css_response_setup_cache_enabled ' )]
204204 public function test_check_pretend_response_is_css_returns_correct_content_type_caching_enabled (array $ cssResponseSetupCacheEnabled )
205205 {
206206 $ this ->assertSame ('text/css; charset=utf-8 ' , $ cssResponseSetupCacheEnabled ['responseHeaders ' ]['content-type ' ][0 ]);
207207 }
208208
209- #[Depends('test_CssResponseSetupCacheDisabled ' )]
209+ #[Depends('test_css_response_setup_cache_disabled ' )]
210210 public function test_check_pretend_response_is_css_returns_correct_cache_control_caching_disabled (array $ cssResponseSetupCacheDisabled )
211211 {
212212 $ this ->assertSame ('max-age=1, public ' , $ cssResponseSetupCacheDisabled ['responseHeaders ' ]['cache-control ' ][0 ]);
213213 }
214214
215- #[Depends('test_CssResponseSetupCacheDisabled ' )]
215+ #[Depends('test_css_response_setup_cache_disabled ' )]
216216 public function test_check_pretend_response_is_css_returns_correct_content_type_caching_disabled (array $ cssResponseSetupCacheDisabled )
217217 {
218218 $ this ->assertSame ('text/css; charset=utf-8 ' , $ cssResponseSetupCacheDisabled ['responseHeaders ' ]['content-type ' ][0 ]);
219219 }
220220
221- #[Depends('test_ThirdPartyCssResponseSetupCacheEnabled ' )]
221+ #[Depends('test_third_party_css_response_setup_cache_enabled ' )]
222222 public function test_tp_check_pretend_response_is_css_returns_correct_cache_control_caching_enabled (array $ thirdPartyCssResponseSetupCacheEnabled )
223223 {
224224 $ this ->assertSame ('max-age=86400, public ' , $ thirdPartyCssResponseSetupCacheEnabled ['responseHeaders ' ]['cache-control ' ][0 ]);
225225 }
226226
227- #[Depends('test_ThirdPartyCssResponseSetupCacheEnabled ' )]
227+ #[Depends('test_third_party_css_response_setup_cache_enabled ' )]
228228 public function test_tp_check_pretend_response_is_css_returns_correct_content_type_caching_enabled (array $ thirdPartyCssResponseSetupCacheEnabled )
229229 {
230230 $ this ->assertSame ('text/css; charset=utf-8 ' , $ thirdPartyCssResponseSetupCacheEnabled ['responseHeaders ' ]['content-type ' ][0 ]);
231231 }
232232
233- #[Depends('test_ThirdPartyCssResponseSetupCacheDisabled ' )]
233+ #[Depends('test_third_party_css_response_setup_cache_disabled ' )]
234234 public function test_tp_check_pretend_response_is_css_returns_correct_cache_control_caching_disabled (array $ thirdPartyCssResponseSetupCacheDisabled )
235235 {
236236 $ this ->assertSame ('max-age=1, public ' , $ thirdPartyCssResponseSetupCacheDisabled ['responseHeaders ' ]['cache-control ' ][0 ]);
237237 }
238238
239- #[Depends('test_ThirdPartyCssResponseSetupCacheDisabled ' )]
239+ #[Depends('test_third_party_css_response_setup_cache_disabled ' )]
240240 public function test_tp_check_pretend_response_is_css_returns_correct_content_type_caching_disabled (array $ thirdPartyCssResponseSetupCacheDisabled )
241241 {
242242 $ this ->assertSame ('text/css; charset=utf-8 ' , $ thirdPartyCssResponseSetupCacheDisabled ['responseHeaders ' ]['content-type ' ][0 ]);
243243 }
244244
245- #[Depends('test_ThirdPartyJsResponseSetupCacheEnabled ' )]
245+ #[Depends('test_third_party_js_response_setup_cache_enabled ' )]
246246 public function test_tp_check_pretend_response_is_js_returns_correct_cache_control_cache_enabled (array $ thirdPartyJsResponseSetupCacheEnabled )
247247 {
248248 $ this ->assertSame ('max-age=86400, public ' , $ thirdPartyJsResponseSetupCacheEnabled ['responseHeaders ' ]['cache-control ' ][0 ]);
249249 }
250250
251- #[Depends('test_ThirdPartyJsResponseSetupCacheEnabled ' )]
251+ #[Depends('test_third_party_js_response_setup_cache_enabled ' )]
252252 public function test_tp_check_pretend_response_is_js_returns_correct_content_type_cache_enabled (array $ thirdPartyJsResponseSetupCacheEnabled )
253253 {
254254 $ this ->assertSame ('application/javascript; charset=utf-8 ' , $ thirdPartyJsResponseSetupCacheEnabled ['responseHeaders ' ]['content-type ' ][0 ]);
255255 }
256256
257- #[Depends('test_ThirdPartyJsResponseSetupCacheDisabled ' )]
257+ #[Depends('test_third_party_js_response_setup_cache_disabled ' )]
258258 public function test_tp_check_pretend_response_is_js_returns_correct_cache_control_cache_disabled (array $ thirdPartyJsResponseSetupCacheDisabled )
259259 {
260260 $ this ->assertSame ('max-age=1, public ' , $ thirdPartyJsResponseSetupCacheDisabled ['responseHeaders ' ]['cache-control ' ][0 ]);
261261 }
262262
263- #[Depends('test_ThirdPartyJsResponseSetupCacheDisabled ' )]
263+ #[Depends('test_third_party_js_response_setup_cache_disabled ' )]
264264 public function test_tp_check_pretend_response_is_js_returns_correct_content_type_cache_disabled (array $ thirdPartyJsResponseSetupCacheDisabled )
265265 {
266266 $ this ->assertSame ('application/javascript; charset=utf-8 ' , $ thirdPartyJsResponseSetupCacheDisabled ['responseHeaders ' ]['content-type ' ][0 ]);
0 commit comments