1 2 3 4 5 6
<?php error_reporting(E_ALL); $loader = require __DIR__ . '/../src/bootstrap.php'; $loader->add('GitDeploy\Test', __DIR__);