Skip to content

Commit

Permalink
fix comment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrantosik committed Nov 10, 2015
1 parent be90e8a commit 3dea122
Show file tree
Hide file tree
Showing 24 changed files with 192 additions and 13 deletions.
9 changes: 9 additions & 0 deletions Tests/Command/DumpCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Command;

use Nelmio\ApiDocBundle\Tests\WebTestCase;
Expand Down
13 changes: 8 additions & 5 deletions Tests/Controller/ApiDocControllerTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?php
/**
* Created by PhpStorm.
* User: bezalelhermoso
* Date: 6/27/14
* Time: 4:35 PM

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Controller;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Extractor/CachingApiDocExtractorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Extractor;

use Nelmio\ApiDocBundle\Annotation\ApiDoc;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Extractor/CollectionDirectiveTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Extractor;

class CollectionDirectiveTest extends \PHPUnit_Framework_TestCase
Expand Down
1 change: 1 addition & 0 deletions Tests/Extractor/Handler/FosRestHandlerTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
Expand Down
9 changes: 9 additions & 0 deletions Tests/Extractor/TestExtractor.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Extractor;

use Nelmio\ApiDocBundle\Extractor\ApiDocExtractor;
Expand Down
1 change: 1 addition & 0 deletions Tests/Fixtures/Controller/ResourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Controller;

use Nelmio\ApiDocBundle\Annotation\ApiDoc;

class ResourceController
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Form/CompoundType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Form;

use Symfony\Component\Form\AbstractType;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Form/ImprovedTestType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Form;

use Symfony\Component\Form\AbstractType;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Form/RequiredType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Form;

use Symfony\Component\Form\AbstractType;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Form/SimpleType.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Form;

use Symfony\Component\Form\AbstractType;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Fixtures/Model/JmsChild.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;

use JMS\Serializer\Annotation as JMS;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Model/JmsInline.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;

use JMS\Serializer\Annotation as JMS;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Fixtures/Model/JmsNested.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;

use JMS\Serializer\Annotation as JMS;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Model/JmsTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;

use JMS\Serializer\Annotation as JMS;
Expand Down
10 changes: 8 additions & 2 deletions Tests/Fixtures/Model/JsonSerializableOptionalConstructorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
/**
* Created by mcfedr on 30/06/15 21:05

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;
Expand Down
10 changes: 8 additions & 2 deletions Tests/Fixtures/Model/JsonSerializableRequiredConstructorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
/**
* Created by mcfedr on 30/06/15 21:05

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;
Expand Down
10 changes: 8 additions & 2 deletions Tests/Fixtures/Model/JsonSerializableTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
/**
* Created by mcfedr on 30/06/15 21:05

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Fixtures/Model/MultipleTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Nelmio\ApiDocBundle\Tests\Fixtures\Model;

use JMS\Serializer\Annotation as JMS;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Parser/FormTypeParserTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Parser;

use Nelmio\ApiDocBundle\DataTypes;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Parser/JmsMetadataParserTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Parser;

use Nelmio\ApiDocBundle\DataTypes;
Expand Down
10 changes: 8 additions & 2 deletions Tests/Parser/JsonSerializableParserTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
/**
* Created by mcfedr on 30/06/15 21:06

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Parser;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Parser/ValidationParserTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?php

/*
* This file is part of the NelmioApiDocBundle.
*
* (c) Nelmio <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace NelmioApiDocBundle\Tests\Parser;

use Nelmio\ApiDocBundle\DataTypes;
Expand Down

0 comments on commit 3dea122

Please sign in to comment.