Skip to content

Commit 97ef323

Browse files
committed
Update TraitAnalyzerTest test names to contain their rule code.
1 parent e339c7c commit 97ef323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPSemVerChecker/Analyzer/TraitAnalyzerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testCompareSimilarTrait()
2727
Assert::assertNoDifference($report);
2828
}
2929

30-
public function testVXXXTraitRemoved()
30+
public function testV037TraitRemoved()
3131
{
3232
$before = new Registry();
3333
$after = new Registry();
@@ -42,7 +42,7 @@ public function testVXXXTraitRemoved()
4242
$this->assertSame('tmp', $report['trait'][Level::MAJOR][0]->getTarget());
4343
}
4444

45-
public function testVXXXTraitAdded()
45+
public function testV046TraitAdded()
4646
{
4747
$before = new Registry();
4848
$after = new Registry();

0 commit comments

Comments
 (0)