Skip to content

Commit bf9bf9c

Browse files
committed
Improve test bootstrap docs
1 parent 8a5bf1c commit bf9bf9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/bootstrap.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
// Configure an app for testing
66
// Register one here: https://build.envato.com/my-apps/
7-
define('TEST_OAUTH_SECRET', 'UeITwZSUjY8i1PpTgBUPqZRJXObDB7JX');
7+
define('TEST_OAUTH_SECRET', 'Enter a client secret here for testing');
88
define('TEST_OAUTH_REDIRECT', 'https://localhost/');
9-
define('TEST_OAUTH_CLIENT', 'oauth-test-hctds8wd');
9+
define('TEST_OAUTH_CLIENT', 'oauth-client-id123456');
1010

11+
// Create a token with the OAuth app above and paste it here
1112
define('TEST_OAUTH_CODE', '');
1213

1314
// Configure a personal token for testing
1415
// Register one here: https://build.envato.com/my-apps/
15-
define('TEST_PERSONAL_TOKEN', 'zImroz44UrMDJcglOmLGKiALa3wrjdf6');
16+
define('TEST_PERSONAL_TOKEN', 'Enter a personal token here for testing');

0 commit comments

Comments
 (0)