PHPUnit stuff.

This commit is contained in:
Cody Cook 2024-05-14 17:54:06 -07:00
commit 74f1d6e193
30 changed files with 358 additions and 89 deletions

View file

@ -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'];