diff --git a/tests/TestResource.php b/tests/TestResource.php index 949045e..f285baa 100644 --- a/tests/TestResource.php +++ b/tests/TestResource.php @@ -20,9 +20,9 @@ class TestResource extends \PHPUnit_Framework_TestCase public static function setUpBeforeClass() { $config = array( - 'ShopUrl' => 'phpclassic.myshopify.com', - 'ApiKey' => '81781200c08b31208031f983ab930f2a', - 'Password' => '5260904f8293bce93ddd4d65c535faa4', + 'ShopUrl' => 'yourshop.myshopify.com', + 'ApiKey' => '***YOUR-PRIVATE-API-KEY***', + 'SharedSecret' => '***YOUR-SHARED-SECRET***', ); self::$shopify = ShopifySDK::config($config); @@ -36,4 +36,4 @@ public static function tearDownAfterClass() { self::$shopify = null; } -} \ No newline at end of file +}