| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class InstrumentInfoTest extends TestCase |
||
| 12 | { |
||
| 13 | private static string $indexPriceKlineApiResponse = '{"retCode":0,"retMsg":"","result":{"symbol":"ETHUSDT","category":"linear","list":[["1682935440000","1847.37","1847.65","1847.37","1847.4"],["1682935380000","1847.45","1847.57","1847.36","1847.37"],["1682935320000","1847.65","1847.79","1847.41","1847.45"],["1682935260000","1847.63","1847.66","1847.27","1847.65"],["1682935200000","1847.25","1847.68","1847.25","1847.63"]]},"retExtInfo":{},"time":1684006703286}'; |
||
| 14 | |||
| 15 | public function testInstrumentInfoResponse() |
||
| 34 | } |