Skip to content

Commit edc10ea

Browse files
committed
[minor] rename tests
1 parent dedbab2 commit edc10ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Unit/AttributesConfigureTest.php renamed to tests/Unit/ConfigureWithAttributesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @requires PHP 8
1919
*/
20-
final class AttributesConfigureTest extends TestCase
20+
final class ConfigureWithAttributesTest extends TestCase
2121
{
2222
/**
2323
* @test
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @author Kevin Bond <kevinbond@gmail.com>
1212
*/
13-
final class DocblockConfigureTest extends TestCase
13+
final class ConfigureWithDocblocksTest extends TestCase
1414
{
1515
/**
1616
* @test

0 commit comments

Comments
 (0)