summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
blob: 2340dac405c2892e5d2946ce41c5079285922f1f (plain)
1
2
3
4
5
6
<?php

error_reporting(E_ALL);

$loader = require __DIR__ . '/../src/bootstrap.php';
$loader->add('GitDeploy\Test', __DIR__);