Skip to content

Commit cbce0f8

Browse files
pierredupnorkunas
andauthored
Make test class final
Co-authored-by: Tomas Norkūnas <norkunas.tom@gmail.com>
1 parent 76ca8f4 commit cbce0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/Driver/AttributeDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @author Pierre du Plessis <pdples@gmail.com>
2727
*/
28-
class AttributeDriverTest extends TestCase
28+
final class AttributeDriverTest extends TestCase
2929
{
3030
use SetUpTearDownTrait;
3131

0 commit comments

Comments
 (0)