Skip to content

Commit

Permalink
Improve test bootstrap docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Oct 26, 2021
1 parent 8a5bf1c commit bf9bf9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

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

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

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

0 comments on commit bf9bf9c

Please sign in to comment.