File tree Expand file tree Collapse file tree 5 files changed +50
-49
lines changed
tests/System/HttpEndpoints Expand file tree Collapse file tree 5 files changed +50
-49
lines changed Original file line number Diff line number Diff line change 6060 },
6161 "scripts" : {
6262 "list-modules" : [
63- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::listModules"
63+ " PhpList\\ Core \\ Composer\\ ScriptHandler::listModules"
6464 ],
6565 "create-directories" : [
66- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBinaries" ,
67- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createPublicWebDirectory"
66+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBinaries" ,
67+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createPublicWebDirectory"
6868 ],
6969 "update-configuration" : [
70- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
71- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
72- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
73- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
74- " PhpList\\ PhpList4 \\ Composer\\ ScriptHandler::clearAllCaches"
70+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
71+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createBundleConfiguration" ,
72+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
73+ " PhpList\\ Core \\ Composer\\ ScriptHandler::createParametersConfiguration" ,
74+ " PhpList\\ Core \\ Composer\\ ScriptHandler::clearAllCaches"
7575 ],
7676 "post-install-cmd" : [
7777 " @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 \BaseDistribution \Tests \System \HttpEndpoints ;
55
66use GuzzleHttp \Client ;
7- use PhpList \PhpList4 \TestingSupport \Traits \SymfonyServerTrait ;
7+ use PhpList \Core \TestingSupport \Traits \SymfonyServerTrait ;
88use PHPUnit \Framework \TestCase ;
99use Symfony \Component \HttpFoundation \Response ;
1010
Original file line number Diff line number Diff line change 44namespace PhpList \BaseDistribution \Tests \System \HttpEndpoints ;
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