accounts/tests/codeception/common/fixtures/data/minecraft-access-keys.php

11 lines
262 B
PHP
Raw Normal View History

<?php
return [
[
'access_token' => 'e7bb6648-2183-4981-9b86-eba5e7f87b42',
'client_token' => '6f380440-0c05-47bd-b7c6-d011f1b5308f',
'account_id' => 1,
'created_at' => 1472423530,
'updated_at' => 1472423530,
],
];