File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public function testFromDsnAmazonSes()
244
244
$ this ->assertInstanceOf (Amazon \Smtp \SesTransport::class, $ transport );
245
245
$ this ->assertEquals ('u$er ' , $ transport ->getUsername ());
246
246
$ this ->assertEquals ('pa$s ' , $ transport ->getPassword ());
247
- $ this ->assertContains ('.sun. ' , $ transport ->getStream ()->getHost ());
247
+ $ this ->assertStringContainsString ('.sun. ' , $ transport ->getStream ()->getHost ());
248
248
$ this ->assertProperties ($ transport , $ dispatcher , $ logger );
249
249
250
250
$ client = $ this ->createMock (HttpClientInterface::class);
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public function testFromDsnAmazonSes()
244
244
$ this ->assertInstanceOf (Amazon \Smtp \SesTransport::class, $ transport );
245
245
$ this ->assertEquals ('u$er ' , $ transport ->getUsername ());
246
246
$ this ->assertEquals ('pa$s ' , $ transport ->getPassword ());
247
- $ this ->assertContains ('.sun. ' , $ transport ->getStream ()->getHost ());
247
+ $ this ->assertStringContainsString ('.sun. ' , $ transport ->getStream ()->getHost ());
248
248
$ this ->assertProperties ($ transport , $ dispatcher , $ logger );
249
249
250
250
$ client = $ this ->createMock (HttpClientInterface::class);
You can’t perform that action at this time.
0 commit comments