We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc46e4 commit 71b0b50Copy full SHA for 71b0b50
tests/MailerTest.php
@@ -27,9 +27,9 @@ class MailerTest extends TestCase
27
*/
28
private $factory;
29
30
- public function setUp()
+ public function __construct($name = null, $data = array(), $dataName = '')
31
{
32
- parent::setUp();
+ parent::__construct($name, (array)$data, $dataName);
33
$this->factory = new MessageFactory();
34
$this->transport = new MockTransport(function ($log) {
35
});
0 commit comments