Skip to content

Commit 0f14c57

Browse files
Added the missing license header and removed the author info
Symfony policy is to *not* add the authors in test files. Personally I don't agree ... but in this repo we must follow the Symfony practices. That's why I removed you from here ... but I added you in the PHP class associated with this test.
1 parent 75734c6 commit 0f14c57

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

tests/AppBundle/Form/DataTransformer/TagArrayToStringTransformerTest.php

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

3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Tests\AppBundle\Form\DataTransformer;
413

514
use AppBundle\Entity\Tag;
@@ -11,8 +20,6 @@
1120
* Tests that tags are transformed correctly using the data transformer.
1221
*
1322
* See http://symfony.com/doc/current/testing/database.html
14-
*
15-
* @author Jonathan Boyer <[email protected]>
1623
*/
1724
class TagArrayToStringTransformerTest extends \PHPUnit\Framework\TestCase
1825
{

0 commit comments

Comments
 (0)