phpci/Tests
Sebastiaan van Stijn 9387bde61b Fix undefined variable '$config' in /Tests/bootstrap.php
When no config-file was found, no instance of Config
was created as well, resulting in:

PHP Notice:  Undefined variable: config in /Tests/bootstrap.php on line 41

This changes /Tests/bootstrap.php to always create an
instance of b8\Config(), even if no file was found.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Fixes #758
2015-02-03 10:30:51 +00:00
..
PHPCI Fixing tests 2014-12-08 15:04:44 +00:00
temp Adding Phar archive plugin. 2014-12-01 21:09:13 +00:00
bootstrap.php Fix undefined variable '$config' in /Tests/bootstrap.php 2015-02-03 10:30:51 +00:00