markTestSkipped('Skip test no company gateways installed'); } public function testAccessTokenGeneration() { $yodlee = new Yodlee(true); $access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb1'); nlog($access_token); $this->assertNotNull($access_token); } public function testGetAccounts() { $yodlee = new Yodlee(true); // $data = [ // 'providerAccountId' => 11308693, // ]; $access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb1'); $accounts = $yodlee->getAccounts($access_token); nlog($accounts); } // public function testCreateUser() // { // $yodlee = new Yodlee(true); // $create_user = $yodlee->createUser(); // nlog($create_user); // } }