Mercurial > nebulaweb3
comparison default/assets/vendors/theme-widgets/vendor/abraham/twitteroauth/tests/bootstrap.php @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 <?php | |
2 | |
3 require __DIR__ . '/../vendor/autoload.php'; | |
4 | |
5 define('CONSUMER_KEY', getenv('TEST_CONSUMER_KEY')); | |
6 define('CONSUMER_SECRET', getenv('TEST_CONSUMER_SECRET')); | |
7 define('ACCESS_TOKEN', getenv('TEST_ACCESS_TOKEN')); | |
8 define('ACCESS_TOKEN_SECRET', getenv('TEST_ACCESS_TOKEN_SECRET')); | |
9 define('OAUTH_CALLBACK', getenv('TEST_OAUTH_CALLBACK')); | |
10 define('PROXY', getenv('TEST_CURLOPT_PROXY')); | |
11 define('PROXYUSERPWD', getenv('TEST_CURLOPT_PROXYUSERPWD')); | |
12 define('PROXYPORT', getenv('TEST_CURLOPT_PROXYPORT')); |