Skip to content

Commit 7b52d01

Browse files
Update tests
1 parent a6999a6 commit 7b52d01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/unit/Util/TestClassTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -635,13 +635,13 @@ public function testGetRequirementsMergesClassAndMethodDocBlocks(): void
635635
$expectedAnnotations = [
636636
'__OFFSET' => [
637637
'__FILE' => $file,
638-
'PHP' => 21,
639-
'PHPUnit' => 22,
640-
'OS' => 23,
641-
'function_testFuncClass' => 15,
642-
'extension_testExtClass' => 16,
643-
'function_testFuncMethod' => 24,
644-
'extension_testExtMethod' => 25,
638+
'PHP' => 20,
639+
'PHPUnit' => 21,
640+
'OS' => 22,
641+
'function_testFuncClass' => 14,
642+
'extension_testExtClass' => 15,
643+
'function_testFuncMethod' => 23,
644+
'extension_testExtMethod' => 24,
645645
],
646646
'PHP' => ['version' => '5.4', 'operator' => ''],
647647
'PHPUnit' => ['version' => '3.7', 'operator' => ''],
@@ -1414,7 +1414,7 @@ public function testCoversAnnotationIncludesTraitsUsedByClass(): void
14141414
{
14151415
$this->assertSame(
14161416
[
1417-
TEST_FILES_PATH . '3194.php' => \array_merge(\range(21, 29), \range(13, 19)),
1417+
TEST_FILES_PATH . '3194.php' => \array_merge(\range(20, 28), \range(12, 18)),
14181418
],
14191419
Test::getLinesToBeCovered(
14201420
\Test3194::class,

0 commit comments

Comments
 (0)