for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace tests;
class AutoloadListener
{
public static function autoload()
require dirname(__DIR__)
. DIRECTORY_SEPARATOR . 'vendor'
. DIRECTORY_SEPARATOR . 'autoload.php';
}