File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
framework/core/tests/integration/api/registration_tokens Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515use PHPUnit \Framework \Attributes \Test ;
1616
1717/**
18- * Tests for POST /api/registration-token
18+ * Tests for POST /api/registration-token.
1919 *
2020 * The token is submitted in the request body (not the URL) to keep it out of
2121 * server access logs, browser history, and Referer headers.
@@ -41,10 +41,10 @@ private function makeToken(array $attributes = []): RegistrationToken
4141 $ this ->app ();
4242
4343 $ defaults = [
44- 'provider ' => 'github ' ,
45- 'identifier ' => 'gh-test-123 ' ,
44+ 'provider ' => 'github ' ,
45+ 'identifier ' => 'gh-test-123 ' ,
4646 'user_attributes ' => [],
47- 'payload ' => [],
47+ 'payload ' => [],
4848 ];
4949 $ merged = array_merge ($ defaults , $ attributes );
5050
You can’t perform that action at this time.
0 commit comments