Commit graph

6 commits

Author SHA1 Message Date
Dan Cryer 9aadcce4ca Fixing tests bootstrap 2015-02-03 10:43:44 +00:00
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
Dan Cryer a4e6134fde Fixing bootstrap 2014-12-08 15:09:57 +00:00
Dan Cryer c89d289408 Fixing tests 2014-12-08 15:04:44 +00:00
Marco Vito Moscaritolo 0357103013 Removing PHPCI's custom autoloader in favour of Composer autoloader.
Closes #661
2014-12-01 17:20:54 +00:00
Corpsee 76c9676be3 Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00