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 a844b17 commit bcb08c6Copy full SHA for bcb08c6
tests/Acceptance/AcceptanceTestCase.php
@@ -122,7 +122,7 @@ protected function assertTagsFileHeaderIsCorrect()
122
"!_TAG_PROGRAM_AUTHOR\ttechlivezheng\t/techlivezheng@gmail.com/",
123
"!_TAG_PROGRAM_NAME\tphpctags\t//",
124
"!_TAG_PROGRAM_URL\thttps://github.com/techlivezheng/phpctags\t/official site/",
125
- "!_TAG_PROGRAM_VERSION\t0.6.1\t//",
+ "!_TAG_PROGRAM_VERSION\t0.8.1\t//",
126
);
127
128
$realHeader = array_splice($this->tagsFileContent, 0, count($expectedHeader));
0 commit comments