mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Fix various warnings in PHP 8.0
This commit is contained in:
parent
f46b41f437
commit
60465fb2db
23 changed files with 65 additions and 55 deletions
|
|
@ -188,7 +188,7 @@ class SMSTest extends \Codeception\TestCase\Test
|
|||
$sms->send();
|
||||
|
||||
$messages = $driver->getSentMessages();
|
||||
$this->assertEquals('01099998888', $messages[0]->from);
|
||||
$this->assertEquals('01099998888', count($messages) ? $messages[0]->from : '');
|
||||
|
||||
config('sms.default_force', false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue