Skip to content

Commit 9997c98

Browse files
committed
Rename test case classes in preparation for future drop of annotation support
1 parent 8884da9 commit 9997c98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/AnnotationExtensionNoAnnotationsTest.php renamed to tests/AttributeExtensionNoAnnotationsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
use PHPUnit\Framework\TestCase;
77

88
/**
9-
* A test case with no global variable annotations.
9+
* A test case with no global variable attributes.
1010
*/
11-
class AnnotationExtensionNoAnnotationsTest extends TestCase
11+
class AttributeExtensionNoAnnotationsTest extends TestCase
1212
{
1313
public function test_it_backups_the_state()
1414
{

tests/AnnotationExtensionWithDataProviderTest.php renamed to tests/AttributeExtensionWithDataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use PHPUnit\Framework\TestCase;
77

8-
class AnnotationExtensionWithDataProviderTest extends TestCase
8+
class AttributeExtensionWithDataProviderTest extends TestCase
99
{
1010
/**
1111
* @dataProvider provider

0 commit comments

Comments
 (0)