getAllSupportedTypes() public static method

public static getAllSupportedTypes ( )
 public function testGetAllSupportedTypes()
 {
     $types = KnpUOAuth2ClientExtension::getAllSupportedTypes();
     $this->assertTrue(in_array('facebook', $types, true));
 }