PHPUnit stuff.
This commit is contained in:
parent
91dc776e4d
commit
74f1d6e193
30 changed files with 358 additions and 89 deletions
7
debug.php
Normal file
7
debug.php
Normal 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>";
|
Loading…
Add table
Add a link
Reference in a new issue