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,10 @@
<?php
namespace DJMixHosting;
// create a class that extends mysql database
use mysqli;
class Database extends mysqli
{
// create a constructor that takes in the config file