diff --git a/tests/Functional/BaseTestCase.php b/tests/Functional/BaseTestCase.php index b90a681..bb5a121 100644 --- a/tests/Functional/BaseTestCase.php +++ b/tests/Functional/BaseTestCase.php @@ -1,5 +1,14 @@ , Tobias Nyholm + * + * This source file is subject to the MIT license that is bundled + * with this source code in the file LICENSE. + */ + namespace Cache\CacheBundle\Tests\Functional; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/tests/Functional/BundleInitializationTest.php b/tests/Functional/BundleInitializationTest.php index 50db4fe..38006e2 100644 --- a/tests/Functional/BundleInitializationTest.php +++ b/tests/Functional/BundleInitializationTest.php @@ -1,5 +1,14 @@ , Tobias Nyholm + * + * This source file is subject to the MIT license that is bundled + * with this source code in the file LICENSE. + */ + namespace Cache\CacheBundle\Tests\Functional; class BundleInitializationTest extends BaseTestCase diff --git a/tests/Functional/app/AppKernel.php b/tests/Functional/app/AppKernel.php index 21f4fd4..6b76758 100644 --- a/tests/Functional/app/AppKernel.php +++ b/tests/Functional/app/AppKernel.php @@ -1,5 +1,14 @@ , Tobias Nyholm + * + * This source file is subject to the MIT license that is bundled + * with this source code in the file LICENSE. + */ + namespace Cache\CacheBundle\Tests\Functional\app; use Symfony\Component\Config\Loader\LoaderInterface;