1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 12:54:47 +02:00

fix(subscriptions): reply notifications not working (#3445)

* chore: subscriptions backend test infrastructure

* test: reply notification

* fix: fix reply notifications not working
This commit is contained in:
Sami Mazouz
2022-06-03 20:06:30 +01:00
committed by GitHub
parent b7332895db
commit c2ba3bb7d5
8 changed files with 236 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
use Flarum\Testing\integration\Setup\SetupScript;
require __DIR__.'/../../vendor/autoload.php';
$setup = new SetupScript();
$setup->run();