assertEquals($channel, $actual); } public function channelProvider() { return [ ['daily'], ['beta'], ['stable'], ['production'] ]; } }