PHPUnit stuff.
This commit is contained in:
parent
91dc776e4d
commit
74f1d6e193
30 changed files with 358 additions and 89 deletions
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
require_once 'includes/globals.php';
|
||||
require_once 'classes/Database.php';
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
use DJMixHosting\Telegram;
|
||||
|
||||
if ($_POST) {
|
||||
$name = $_POST['name'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue