We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e339c7c commit 97ef323Copy full SHA for 97ef323
tests/PHPSemVerChecker/Analyzer/TraitAnalyzerTest.php
@@ -27,7 +27,7 @@ public function testCompareSimilarTrait()
27
Assert::assertNoDifference($report);
28
}
29
30
- public function testVXXXTraitRemoved()
+ public function testV037TraitRemoved()
31
{
32
$before = new Registry();
33
$after = new Registry();
@@ -42,7 +42,7 @@ public function testVXXXTraitRemoved()
42
$this->assertSame('tmp', $report['trait'][Level::MAJOR][0]->getTarget());
43
44
45
- public function testVXXXTraitAdded()
+ public function testV046TraitAdded()
46
47
48
0 commit comments