File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
tests/System/ApplicationBundle Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5252 },
5353 "scripts" : {
5454 "list-modules" : [
55- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::listModules"
55+ " PhpList\\ Core \\ Composer\\ ScriptHandler::listModules"
5656 ],
5757 "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"
6060 ],
6161 "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"
6767 ],
6868 "post-install-cmd" : [
6969 " @create-directories" ,
Original file line number Diff line number Diff line change 99>
1010 <php >
1111 <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" />
1313 </php >
1414</phpunit >
Original file line number Diff line number Diff line change 44namespace PhpList \WebFrontend \Tests \System \ApplicationBundle ;
55
66use GuzzleHttp \Client ;
7- use PhpList \PhpList4 \TestingSupport \Traits \SymfonyServerTrait ;
7+ use PhpList \Core \TestingSupport \Traits \SymfonyServerTrait ;
88use PHPUnit \Framework \TestCase ;
99
1010/**
You can’t perform that action at this time.
0 commit comments