Passed
Push — dev ( e5aa74...332080 )
by Plamen
03:23
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
-require_once __DIR__.'/../vendor/autoload.php';
2
+require_once __DIR__ . '/../vendor/autoload.php';
3 3
 
4 4
 /*spl_autoload_register(function($class) { 
5 5
     if($class !== 'PHPUnit_Framework_TestSuite.php') {
Please login to merge, or discard this patch.