File tree 3 files changed +10
-10
lines changed
tests/System/ApplicationBundle
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 52
52
},
53
53
"scripts" : {
54
54
"list-modules" : [
55
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::listModules"
55
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::listModules"
56
56
],
57
57
"create-directories" : [
58
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBinaries" ,
59
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createPublicWebDirectory"
58
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBinaries" ,
59
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createPublicWebDirectory"
60
60
],
61
61
"update-configuration" : [
62
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
63
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
64
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
65
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
66
- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::clearAllCaches"
62
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
63
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
64
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
65
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
66
+ " PhpList\\ Core \\ Composer\\ ScriptHandler::clearAllCaches"
67
67
],
68
68
"post-install-cmd" : [
69
69
" @create-directories" ,
Original file line number Diff line number Diff line change 9
9
>
10
10
<php >
11
11
<ini name =" error_reporting" value =" -1" />
12
- <server name =" KERNEL_CLASS" value =" PhpList\PhpList4 \Core\ApplicationKernel" />
12
+ <server name =" KERNEL_CLASS" value =" PhpList\Core \Core\ApplicationKernel" />
13
13
</php >
14
14
</phpunit >
Original file line number Diff line number Diff line change 4
4
namespace PhpList \WebFrontend \Tests \System \ApplicationBundle ;
5
5
6
6
use GuzzleHttp \Client ;
7
- use PhpList \PhpList4 \TestingSupport \Traits \SymfonyServerTrait ;
7
+ use PhpList \Core \TestingSupport \Traits \SymfonyServerTrait ;
8
8
use PHPUnit \Framework \TestCase ;
9
9
10
10
/**
You can’t perform that action at this time.
0 commit comments