assertNotEmpty($all); } public function testGetTypesByChannel() { $all = Payment::typesByAccess(Account::WXAPP); $this->assertNotEmpty($all); } }