Merge branch '5.2' into 5.x

* 5.2:
  [Notifier] [GoogleChat] Fix wrong test
This commit is contained in:
Oskar Stark 2021-01-15 10:44:43 +01:00
commit 28533aa43c

View File

@ -46,7 +46,7 @@ final class GoogleChatTransportFactoryTest extends TransportFactoryTestCase
public function incompleteDsnProvider(): iterable public function incompleteDsnProvider(): iterable
{ {
yield 'missing credentials' => ['googlechat://chat.googleapis.com/v1/spaces/AAAAA_YYYYY/messages']; yield 'missing credentials' => ['googlechat://chat.googleapis.com/AAAAA_YYYYY'];
} }
public function unsupportedSchemeProvider(): iterable public function unsupportedSchemeProvider(): iterable