Skip to content

Commit

Permalink
Skip MailBlockerModelTest on 1.1.9
Browse files Browse the repository at this point in the history
Doesn't play nice with pre 1.2.
  • Loading branch information
LukeTowers authored Jul 18, 2024
1 parent 8c46e09 commit adc3036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/models/MailBlockerModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use Winter\User\Models\User;
use Winter\User\Tests\UserPluginTestCase;

/**
* @requires PHP >= 8.0
*/
class MailBlockerModelTest extends UserPluginTestCase
{
public function testFilterMessage_to()
Expand Down

0 comments on commit adc3036

Please sign in to comment.