%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/willdurand/negotiation/tests/ |
| Current File : /home/graphicd/public_html/vebto/vendor/willdurand/negotiation/tests/bootstrap.php |
<?php
if (! ($loader = @include __DIR__ . '/../vendor/autoload.php')) {
die(<<<EOT
You need to install the project dependencies using Composer:
$ wget http://getcomposer.org/composer.phar
OR
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install --dev
$ phpunit
EOT
);
}
$loader->add('Negotiation\Tests', __DIR__);