File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ];
2020
2121 foreach ($ resources as $ resource ) {
22+ /** @noinspection PhpUndefinedMethodInspection */
2223 $ this ->get ($ resource ::getUrl ())
2324 ->assertSuccessful ()
2425 ->assertSee ('Filament ' );
6263 ];
6364
6465 foreach ($ resources as $ resource ) {
66+ /** @noinspection PhpUndefinedMethodInspection */
6567 $ response = $ this ->get ($ resource ::getUrl ());
6668
6769 $ response ->assertSuccessful ();
68- $ response ->assertHeader ('content-type ' , 'text/html; charset=UTF -8 ' );
70+ $ response ->assertHeader ('content-type ' , 'text/html; charset=utf -8 ' );
6971 $ response ->assertSee ('<!DOCTYPE html> ' , false );
7072 }
7173 });
7981 ];
8082
8183 foreach ($ resources as $ resource ) {
84+ /** @noinspection PhpUndefinedMethodInspection */
8285 $ response = $ this ->get ($ resource ::getUrl ());
8386
8487 $ response ->assertSuccessful ();
You can’t perform that action at this time.
0 commit comments