mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
Tweak mail extender (tests)
- Use private over protected - Use "public" API for building requests in tests - Add more assertions - Formatting - Use correct parameter order for assertions Refs #2012.
This commit is contained in:
@@ -14,7 +14,7 @@ use Illuminate\Contracts\Container\Container;
|
||||
|
||||
class Mail implements ExtenderInterface
|
||||
{
|
||||
protected $drivers = [];
|
||||
private $drivers = [];
|
||||
|
||||
/**
|
||||
* Add a mail driver.
|
||||
|
Reference in New Issue
Block a user