Add MessageTest
This commit is contained in:
7
tests/bootstrap.php
Normal file
7
tests/bootstrap.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require dirname(__DIR__).'/vendor/autoload.php';
|
||||
|
||||
DG\BypassFinals::enable();
|
Reference in New Issue
Block a user