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

7
debug.php Normal file
View file

@ -0,0 +1,7 @@
<?php
require_once __DIR__ . '/vendor/autoload.php';
echo "<pre>";
// Dump the autoload class map
print_r(Composer\Autoload\ClassLoader::getRegisteredLoaders());
echo "</pre>";