deployer/test/bootstrap.php

5 lines
111 B
PHP
Raw Normal View History

2013-07-11 15:47:09 +04:00
<?php
require_once __DIR__ . '/../vendor/autoload.php';
2014-07-05 12:59:06 +04:00
require_once __DIR__ . '/Helpers/DeployerTester.php';
2013-07-11 15:47:09 +04:00