diff --git a/Tests/phpt/application.php b/Tests/phpt/application.php index cbe96ed..1e1014e 100644 --- a/Tests/phpt/application.php +++ b/Tests/phpt/application.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Application; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; diff --git a/Tests/phpt/autoload.php b/Tests/phpt/autoload.php index b109b80..154b3ab 100644 --- a/Tests/phpt/autoload.php +++ b/Tests/phpt/autoload.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Runtime\SymfonyRuntime; $_SERVER['APP_RUNTIME_OPTIONS'] = $_SERVER['APP_RUNTIME_OPTIONS'] ?? []; diff --git a/Tests/phpt/command.php b/Tests/phpt/command.php index f8ba651..3a5fa11 100644 --- a/Tests/phpt/command.php +++ b/Tests/phpt/command.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; diff --git a/Tests/phpt/command2.php b/Tests/phpt/command2.php index 3c6c08d..06b8464 100644 --- a/Tests/phpt/command2.php +++ b/Tests/phpt/command2.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Tests/phpt/command_list.php b/Tests/phpt/command_list.php index f264b60..929b440 100644 --- a/Tests/phpt/command_list.php +++ b/Tests/phpt/command_list.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Application; use Symfony\Component\Console\Command\Command; use Symfony\Component\Runtime\RuntimeInterface; diff --git a/Tests/phpt/dotenv_overload.php b/Tests/phpt/dotenv_overload.php index 4bfe6a2..b15d0a5 100644 --- a/Tests/phpt/dotenv_overload.php +++ b/Tests/phpt/dotenv_overload.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; diff --git a/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php b/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php index a2e5f5a..536f611 100644 --- a/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php +++ b/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php b/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php index bb2df96..4bdc09a 100644 --- a/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php +++ b/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Tests/phpt/dotenv_overload_command_env_conflict.php b/Tests/phpt/dotenv_overload_command_env_conflict.php index d730e08..c666a2e 100644 --- a/Tests/phpt/dotenv_overload_command_env_conflict.php +++ b/Tests/phpt/dotenv_overload_command_env_conflict.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + $_SERVER['APP_RUNTIME_OPTIONS'] = [ 'env_var_name' => 'ENV_MODE', 'dotenv_overload' => true, diff --git a/Tests/phpt/dotenv_overload_command_env_exists.php b/Tests/phpt/dotenv_overload_command_env_exists.php index 2bb3593..bd0a053 100644 --- a/Tests/phpt/dotenv_overload_command_env_exists.php +++ b/Tests/phpt/dotenv_overload_command_env_exists.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Tests/phpt/dotenv_overload_command_no_debug.php b/Tests/phpt/dotenv_overload_command_no_debug.php index fadbabb..89e2e12 100644 --- a/Tests/phpt/dotenv_overload_command_no_debug.php +++ b/Tests/phpt/dotenv_overload_command_no_debug.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Output\OutputInterface; diff --git a/Tests/phpt/generic-request.php b/Tests/phpt/generic-request.php index 512b1d5..4ebe333 100644 --- a/Tests/phpt/generic-request.php +++ b/Tests/phpt/generic-request.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\StreamedResponse; use Symfony\Component\Runtime\GenericRuntime; diff --git a/Tests/phpt/hello.php b/Tests/phpt/hello.php index 4bcd585..512e2dc 100644 --- a/Tests/phpt/hello.php +++ b/Tests/phpt/hello.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + require __DIR__.'/autoload.php'; return function (array $context): void { diff --git a/Tests/phpt/kernel-loop.php b/Tests/phpt/kernel-loop.php index 3616761..8c09f9f 100644 --- a/Tests/phpt/kernel-loop.php +++ b/Tests/phpt/kernel-loop.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Runtime\Runner\ClosureRunner; use Symfony\Component\Runtime\RunnerInterface; diff --git a/Tests/phpt/kernel.php b/Tests/phpt/kernel.php index 637ef55..cd96867 100644 --- a/Tests/phpt/kernel.php +++ b/Tests/phpt/kernel.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\HttpKernelInterface; diff --git a/Tests/phpt/request.php b/Tests/phpt/request.php index 6bc25ef..4fbf9e7 100644 --- a/Tests/phpt/request.php +++ b/Tests/phpt/request.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; diff --git a/Tests/phpt/runtime-options.php b/Tests/phpt/runtime-options.php index 8525e91..ee7b6eb 100644 --- a/Tests/phpt/runtime-options.php +++ b/Tests/phpt/runtime-options.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + $_SERVER['APP_RUNTIME_OPTIONS'] = [ 'env_var_name' => 'ENV_MODE', 'debug_var_name' => 'DEBUG_MODE',