isValidReleaseChannelId() public méthode

public isValidReleaseChannelId ( $releaseChannelId )
 /**
  * @dataProvider getTestValidReleaseChannelIds
  */
 public function test_isValidReleaseChannelId_shouldDetectIfReleaseChannelIsCorrectOrNot($expectedExists, $id)
 {
     $this->assertSame($expectedExists, $this->channels->isValidReleaseChannelId($id));
 }