0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Fix typo in test method name

This commit is contained in:
Oleg Voronkovich 2023-03-03 18:37:37 +03:00
parent 25269b6431
commit 8bd07461d1

View File

@ -201,7 +201,7 @@ final class DSNConfiguratorTest extends TestCase
/**
* Test shortcut.
*/
public function testShorcut()
public function testShortcut()
{
$mailer = DSNConfigurator::mailer('smtps://user@gmail.com:secret@smtp.gmail.com?SMTPDebug=3&Timeout=1000');