Commit graph

7 commits

Author SHA1 Message Date
Marco Vito Moscaritolo cceef5c142 Fixed config path for tests. 2015-02-16 14:54:41 +01:00
Dan Cryer 883f9075b8 Fixing tests bootstrap 2015-02-03 10:43:44 +00:00
Sebastiaan van Stijn 1e48fa278a 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 e9f0b3e1d9 Fixing bootstrap 2014-12-08 15:09:57 +00:00
Dan Cryer ba09b7c773 Fixing tests 2014-12-08 15:04:44 +00:00
Marco Vito Moscaritolo b8421898da Removing PHPCI's custom autoloader in favour of Composer autoloader.
Closes #661
2014-12-01 17:20:54 +00:00
Dmitry Khomutov 7307866d24 Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00