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

Commit

Permalink
#6730 #6761 - removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
1 parent 8351e88 commit 0bfeb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Config/Reader/XmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testInvalidString()
ECS;
$this->setExpectedException('Zend\Config\Exception\RuntimeException');
$arrayXml = $this->reader->fromString($xml);
$this->reader->fromString($xml);
}

public function testZF300_MultipleKeysOfTheSameName()
Expand Down

0 comments on commit 0bfeb8f

Please sign in to comment.