bugger icon indicating copy to clipboard operation
bugger copied to clipboard

Make the unit test runable without requiring composer

Open scottchiefbaker opened this issue 10 years ago • 0 comments

Currently the unit tests fail if you don't install bugger via composer

Warning: require(/var/www/html/scott/tmp/bugger/tests/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/scott/tmp/bugger/tests/bootstrap.php on line 2

Fatal error: require(): Failed opening required '/var/www/html/scott/tmp/bugger/tests/../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/scott/tmp/bugger/tests/bootstrap.php on line 2

As the vendor directory isn't present if you don't use composer to install.

scottchiefbaker avatar Apr 24 '14 15:04 scottchiefbaker