getCustomer(static::CUSTOMER_ID); $this->assertNotEmpty($customer); $this->assertEquals(static::CUSTOMER_ID, $customer['customer_id']); } }