diff options
Diffstat (limited to 'Tests/Http/FirewallTest.php')
-rw-r--r-- | Tests/Http/FirewallTest.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Http/FirewallTest.php b/Tests/Http/FirewallTest.php index d3ad1e2..0c1d82c 100644 --- a/Tests/Http/FirewallTest.php +++ b/Tests/Http/FirewallTest.php @@ -1,5 +1,14 @@ <?php +/* + * This file is part of the Symfony package. + * + * (c) Fabien Potencier <fabien@symfony.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Security\Tests\Http; use Symfony\Component\Security\Http\Firewall; |