Slack notify
This commit is contained in:
15
tests/EventSubscriber/SlackNotifySubscriberTest.php
Normal file
15
tests/EventSubscriber/SlackNotifySubscriberTest.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tests\EventSubscriber;
|
||||
|
||||
use App\EventSubscriber\SlackNotifySubscriber;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class SlackNotifySubscriberTest extends TestCase
|
||||
{
|
||||
|
||||
public function testSendSlack()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,3 @@ if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {
|
||||
} elseif (method_exists(Dotenv::class, 'bootEnv')) {
|
||||
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');
|
||||
}
|
||||
|
||||
if ($_SERVER['APP_DEBUG']) {
|
||||
umask(0000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user