Skip to content

Commit 83f83fe

Browse files
Fix access
1 parent 2658c6e commit 83f83fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Mailer/Transport/QueueTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function testSendBcTransport()
142142
QueueManager::drop('default');
143143
}
144144

145-
protected function tearDown(): void
145+
public function tearDown(): void
146146
{
147147
parent::tearDown();
148148

0 commit comments

Comments
 (0)