Passed
Push — dev ( 6d61f6...c78913 )
by Plamen
02:08
created
tests/bootstrap.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 //WORKS: 
3 3
 //c:\Dev\bitbucket.webdivane.table>phpunit tests --bootstrap vendor/autoload.php
4 4
 
5
-spl_autoload(function($class){
5
+spl_autoload(function($class) {
6 6
     //require './vendor/autoload.php';
7 7
     require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class;
8 8
 });
9 9
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 //WORKS: 
3 3
 //c:\Dev\bitbucket.webdivane.table>phpunit tests --bootstrap vendor/autoload.php
4 4
 
5
-spl_autoload(function($class){
5
+spl_autoload(function($class) {
6 6
     //require './vendor/autoload.php';
7 7
     require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class;
8 8
 });
9 9
\ No newline at end of file
Please login to merge, or discard this patch.