Skip to content

Commit 5d592cb

Browse files
committed
Added missing @Covers annotation by the phpunit test
1 parent 2ad401f commit 5d592cb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tests/Test/DeprecatedAutoloaderTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedtablemulti.
55
*
6-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2022 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,8 @@
1414
* @subpackage AttributeTableMulti
1515
* @author Andreas Dziemba <adziemba@web.de>
1616
* @author Stefan Heimes <stefan_heimes@hotmail.com>
17-
* @copyright 2012-2019 The MetaModels team.
17+
* @author Sven Baumann <baumann.sv@gmail.com>
18+
* @copyright 2012-2022 The MetaModels team.
1819
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1920
* @filesource
2021
*/
@@ -29,6 +30,8 @@
2930
* This class tests if the deprecated autoloader works.
3031
*
3132
* @package MetaModels\AttributeTranslatedTableMultiBundle\Test
33+
*
34+
* @covers \MetaModels\AttributeTranslatedTableMultiBundle\DeprecatedAutoloader
3235
*/
3336
class DeprecatedAutoloaderTest extends TestCase
3437
{

0 commit comments

Comments
 (0)