Skip to content

Commit cbce0f8

Browse files
pierredupnorkunas
andauthored
Make test class final
Co-authored-by: Tomas Norkūnas <[email protected]>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @author Pierre du Plessis <[email protected]>
2727
*/
28-
class AttributeDriverTest extends TestCase
28+
final class AttributeDriverTest extends TestCase
2929
{
3030
use SetUpTearDownTrait;
3131

0 commit comments

Comments
 (0)