Commit 85d7f6c 1 parent 200b35e commit 85d7f6c Copy full SHA for 85d7f6c
File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 44
44
"Vrok\\ " : " src/"
45
45
}
46
46
},
47
+ "autoload-dev" : {
48
+ "psr-4" : {
49
+ "VrokLibTest\\ " : " test/"
50
+ }
51
+ },
47
52
"extra" : {
48
53
"branch-alias" : {
49
54
"dev-dev" : " 5.0.x-dev" ,
Original file line number Diff line number Diff line change 1
1
<?php
2
+ define('APPLICATION_ENV', 'dev');
3
+
2
4
return array(
3
5
'modules' => array(
4
6
'Zend\Router',
Original file line number Diff line number Diff line change 1
1
<?php
2
+ // @codingStandardsIgnoreFile
2
3
3
4
namespace VrokLibTest ;
4
5
5
6
use Zend \Mvc \Service \ServiceManagerConfig ;
6
7
use Zend \ServiceManager \ServiceManager ;
7
8
use Zend \Stdlib \ArrayUtils ;
8
9
9
- error_reporting (E_ALL | E_STRICT );
10
- define ('APPLICATION_ENV ' , 'dev ' );
11
- require __DIR__ . '/../vendor/autoload.php ' ;
12
-
13
10
class Bootstrap
14
11
{
15
12
protected static $ serviceManager ;
@@ -85,4 +82,6 @@ protected static function findParentPath($path)
85
82
}
86
83
}
87
84
85
+ error_reporting (E_ALL | E_STRICT );
86
+ require __DIR__ . '/../vendor/autoload.php ' ;
88
87
Bootstrap::init ();
You can’t perform that action at this time.
0 commit comments