1
0
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:
Franz Liedke
2020-04-13 11:32:36 +02:00
parent 88bd7fc53f
commit cde69480bf
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.