Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#6031 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 24, 2014
3 parents 9e9ede1 + 7f78a52 + 2f098d4 commit 5e1afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ProcessorTest.php
Expand Up @@ -329,7 +329,7 @@ public function testTokenChangeParamsReplacesInNumerics()
*/
public function testIgnoresEmptyStringReplacement()
{
$config = new Config(array('foo' => 'bar'), true);;
$config = new Config(array('foo' => 'bar'), true);
$processor = new TokenProcessor(array('' => 'invalid'));

$processor->process($config);
Expand Down

0 comments on commit 5e1afd6

Please sign in to comment.