Completed
Push — master ( 37d694...b8a874 )
by Jürg
16s
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-if (!@include __DIR__ . '/../vendor/autoload.php') {
2
+if (!@include __DIR__.'/../vendor/autoload.php') {
3 3
     die('You must set up the project dependencies, run the following commands:
4 4
         wget http://getcomposer.org/composer.phar
5 5
         php composer.phar install');
Please login to merge, or discard this patch.