Skip to content

Commit bedab3f

Browse files
author
Gianluca Arbezzano
committed
Fixed test
1 parent 18239d0 commit bedab3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Acceptance/AcceptanceTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function assertTagsFileHeaderIsCorrect()
122122
"!_TAG_PROGRAM_AUTHOR\ttechlivezheng\t/techlivezheng@gmail.com/",
123123
"!_TAG_PROGRAM_NAME\tphpctags\t//",
124124
"!_TAG_PROGRAM_URL\thttps://github.com/techlivezheng/phpctags\t/official site/",
125-
"!_TAG_PROGRAM_VERSION\t0.5.1\t//",
125+
"!_TAG_PROGRAM_VERSION\t0.6.0\t//",
126126
);
127127

128128
$realHeader = array_splice($this->tagsFileContent, 0, count($expectedHeader));

0 commit comments

Comments
 (0)