blob: cfa1b00988be9dccb4d5b4ca64eee1fdbb24ee23 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?php
date_default_timezone_set('America/New_York');
require_once 'vendor/autoload.php';
require_once 'test/TumblrTest.php';
define('API_KEY', 'the testing consumer key');
|