]> git.mxchange.org Git - friendica-addons.git/blob - twitter/vendor/abraham/twitteroauth/tests/sample_env
Merge branch '3.6-release'
[friendica-addons.git] / twitter / vendor / abraham / twitteroauth / tests / sample_env
1 # WARNING: Running the tests will perform live actions as the Twitter account.
2 # Set all values, move to `env`, run `source tests/env` and `phpunit` to start testing.
3
4 # To run the tests you must register Twitter application at https://app.twitter.com/.
5 export TEST_CONSUMER_KEY=
6 export TEST_CONSUMER_SECRET=
7 export TEST_ACCESS_TOKEN=
8 export TEST_ACCESS_TOKEN_SECRET=
9 export TEST_OAUTH_CALLBACK=
10 # You can find proxies for testing at http://proxylist.hidemyass.com/.
11 export TEST_CURLOPT_PROXY=
12 export TEST_CURLOPT_PROXYUSERPWD=
13 export TEST_CURLOPT_PROXYPORT=