Skip to content

Commit

Permalink
Fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Dec 5, 2024
1 parent be5507b commit 32d6538
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/Messaging/Adapter/Push/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
namespace Utopia\Tests\Adapter\Push;

use Utopia\Messaging\Adapter;
use Utopia\Messaging\Adapter\Push\APNS as APNSAdapter;
use Utopia\Messaging\Messages\Push;
use Utopia\Messaging\Priority;
use Utopia\Tests\Adapter\Base as TestBase;

abstract class Base extends TestBase
{
private Adapter $adapter;
protected Adapter $adapter;

protected abstract function getTo(): array;
/**
* @return array<string>
*/
abstract protected function getTo(): array;

public function testSend(): void
{
Expand Down

0 comments on commit 32d6538

Please sign in to comment.