Completed
Push — master ( edef3b...a4e958 )
by Axel
01:44
created
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * For the full copyright and license information, please view the LICENSE
8 8
  * file that was distributed with this source code.
9 9
  */
10
-if (!($loader = @include __DIR__ . '/../vendor/autoload.php')) {
10
+if (!($loader = @include __DIR__.'/../vendor/autoload.php')) {
11 11
     echo <<<EOT
12 12
 You need to install the project dependencies using Composer:
13 13
 $ wget http://getcomposer.org/composer.phar
Please login to merge, or discard this patch.