2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 16:52:15 +00:00
Files
website/common/code/test/config/bootstrap.php
Daniel James 095be89684 Convert the tests to use Nette Tester.
This requires the use of composer, which I've been avoiding to make
running the website easier, but in this case it isn't needed as part of
general operations, so it should be okay.
2016-05-11 09:02:21 +01:00

5 lines
84 B
PHP

<?php
require_once __DIR__.'/../vendor/autoload.php';
Tester\Environment::setup();