Add php files
This commit is contained in:
5
include/mailer/test/bootstrap.php
Executable file
5
include/mailer/test/bootstrap.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once 'vendor/autoload.php';
|
||||
spl_autoload_register(function ($class) {
|
||||
require_once strtr($class, '\\_', '//').'.php';
|
||||
});
|
||||
Reference in New Issue
Block a user