Skip to content

Commit 9e07b7d

Browse files
committed
Rename the test case class in preparation for future drop of annotation support
1 parent 9997c98 commit 9e07b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AttributeExtensionNoAnnotationsTest.php renamed to tests/AttributeExtensionNoAttributesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* A test case with no global variable attributes.
1010
*/
11-
class AttributeExtensionNoAnnotationsTest extends TestCase
11+
class AttributeExtensionNoAttributesTest extends TestCase
1212
{
1313
public function test_it_backups_the_state()
1414
{

0 commit comments

Comments
 (0)