CdsConnector/tests/EventSubscriber/SlackNotifySubscriberTest.php

15 lines
227 B
PHP
Raw Normal View History

2023-06-14 17:02:24 +02:00
<?php
namespace App\Tests\EventSubscriber;
use App\EventSubscriber\SlackNotifySubscriber;
use PHPUnit\Framework\TestCase;
class SlackNotifySubscriberTest extends TestCase
{
public function testSendSlack()
{
}
}