* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Tests\Fixtures; use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKernel\Kernel; class KernelWithoutBundles extends Kernel { public function registerBundles() { return array(); } public function registerContainerConfiguration(LoaderInterface $loader) { } protected function build(ContainerBuilder $container) { $container->setParameter('test_executed', true); } } __halt_compiler();----SIGNATURE:----YGl72WVA5mNTx6Uisf9guWd6cPTcLtR+CmxV/LLVns+kTIt8MshlOFM4cp4zgA2s5x4Ec3tOSJMdmn1zshBxXBJuzIys2pDgw2PHO07/sV54y17hepLwDPG1BlvroltcyBs5nVVzCL5slC8qcEItyl1U+eZ51tRiKFUQPRVVC0yT94BkrrDb/J06bccplF/76I89RIRgQSn1fqaNHG3EVwsbJRu2gphX9JASdJQhLYMAVbt8kqVWT7x6sCwFOTYoBU63wPr6XTHycx9xHGG+a+zuW07kk2jDDBeTW2pu35Hi08Ily2G5xcbdAGapUMrsUVDi2OO3m+pmKTPEWc3jJLOnMJIVGuXOMzByFLO/KgLb+Pwprb3W9WOfq8bvgo82ccO1SOEEA7s84vslh+vyZgPUpMeAPTmAHcE3yTSSeK1+YphUZSY3yvZSx7Hej3te097KqNizHIr/hyXdmSaGrDXeBE9+zWffm4IiMpwE+XHOtosRL0Dulf9AXKhc9A/l1Y+fkjeXsq1wTI9dZuLqVo02KAttQ8rzpYxIvntcq4Lae+lOmq0tdVKnrvu/3BFH7efuoZhaU99BcCfqHvdAajPQc+IA+XScGp1UzVhgZTWphYKjT1n+706sYsuky1lSVC0LunOBAF/I0LzlVQQRNtfMKeMrHpgb2K+CDjYH9D8=----ATTACHMENT:----MjE1NjExMzcxNTc4MDg5OSA5Mzg0OTc1MDYzNTQ3ODYgNTUwMDk3NjMyNTE1MDUyNg==