Skip to content

Commit 782cee3

Browse files
authored
Applied fixes from StyleCI (#60)
1 parent 8176297 commit 782cee3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

tests/Functional/BaseTestCase.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of php-cache\cache-bundle package.
5+
*
6+
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this source code in the file LICENSE.
10+
*/
11+
312
namespace Cache\CacheBundle\Tests\Functional;
413

514
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

tests/Functional/BundleInitializationTest.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of php-cache\cache-bundle package.
5+
*
6+
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this source code in the file LICENSE.
10+
*/
11+
312
namespace Cache\CacheBundle\Tests\Functional;
413

514
class BundleInitializationTest extends BaseTestCase

tests/Functional/app/AppKernel.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of php-cache\cache-bundle package.
5+
*
6+
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this source code in the file LICENSE.
10+
*/
11+
312
namespace Cache\CacheBundle\Tests\Functional\app;
413

514
use Symfony\Component\Config\Loader\LoaderInterface;

0 commit comments

Comments
 (0)