Passed
Push — dev ( c78913...890af1 )
by Plamen
02:14
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_name){
5
+spl_autoload(function($class_name) {
6 6
     //require './vendor/autoload.php';
7 7
     require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class_name;
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_name){
5
+spl_autoload(function($class_name) {
6 6
     //require './vendor/autoload.php';
7 7
     require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . $class_name;
8 8
 });
9 9
\ No newline at end of file
Please login to merge, or discard this patch.