Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Arbezzano committed Jun 23, 2015
1 parent 18239d0 commit bedab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Acceptance/AcceptanceTestCase.php
Expand Up @@ -122,7 +122,7 @@ protected function assertTagsFileHeaderIsCorrect()
"!_TAG_PROGRAM_AUTHOR\ttechlivezheng\t/techlivezheng@gmail.com/",
"!_TAG_PROGRAM_NAME\tphpctags\t//",
"!_TAG_PROGRAM_URL\thttps://github.com/techlivezheng/phpctags\t/official site/",
"!_TAG_PROGRAM_VERSION\t0.5.1\t//",
"!_TAG_PROGRAM_VERSION\t0.6.0\t//",
);

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

0 comments on commit bedab3f

Please sign in to comment.