Skip to content

Commit f8eda67

Browse files
committed
IgnoreList: make test classes final
1 parent 2d934b7 commit f8eda67

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/Core/Util/IgnoreList/CheckAndSetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @covers PHP_CodeSniffer\Util\IgnoreList::isIgnored
1818
* @covers PHP_CodeSniffer\Util\IgnoreList::set
1919
*/
20-
class CheckAndSetTest extends TestCase
20+
final class CheckAndSetTest extends TestCase
2121
{
2222

2323

tests/Core/Util/IgnoreList/GetInstanceIgnoringAllTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @covers PHP_CodeSniffer\Util\IgnoreList::getInstanceIgnoringAll
1818
*/
19-
class GetInstanceIgnoringAllTest extends TestCase
19+
final class GetInstanceIgnoringAllTest extends TestCase
2020
{
2121

2222

tests/Core/Util/IgnoreList/GetInstanceIgnoringNothingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @covers PHP_CodeSniffer\Util\IgnoreList::getInstanceIgnoringNothing
1818
*/
19-
class GetInstanceIgnoringNothingTest extends TestCase
19+
final class GetInstanceIgnoringNothingTest extends TestCase
2020
{
2121

2222

tests/Core/Util/IgnoreList/GetNewInstanceFromTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @covers PHP_CodeSniffer\Util\IgnoreList::getNewInstanceFrom
1818
*/
19-
class GetNewInstanceFromTest extends TestCase
19+
final class GetNewInstanceFromTest extends TestCase
2020
{
2121

2222

tests/Core/Util/IgnoreList/IgnoresNothingAndEverythingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @covers PHP_CodeSniffer\Util\IgnoreList::ignoresNothing
1818
* @covers PHP_CodeSniffer\Util\IgnoreList::ignoresEverything
1919
*/
20-
class IgnoresNothingAndEverythingTest extends TestCase
20+
final class IgnoresNothingAndEverythingTest extends TestCase
2121
{
2222

2323

0 commit comments

Comments
 (0)