'2017-02-14'); public function testList() { $transfer = self::createTestTransfer(array(), $this->opts); $all = $transfer->reversals->all(); $this->assertSame(false, $all['has_more']); $this->assertSame(0, count($all->data)); } }