1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 08:56:38 +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:
Franz Liedke
2020-04-13 11:32:36 +02:00
parent 2aead54aea
commit b343206c7b
2 changed files with 30 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ use Illuminate\Contracts\Container\Container;
class Mail implements ExtenderInterface
{
protected $drivers = [];
private $drivers = [];
/**
* Add a mail driver.