Skip to content

Commit

Permalink
Remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Aug 4, 2014
1 parent 2cdfc44 commit 4cef338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Unit/Request/Request.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ public function data_uriType() {
* @dataProvider data_uriType
*/
public function testGetType($uri) {
$ext = pathinfo($uri, PATHINFO_EXTENSION);

$objArray = [
new ConfigObj(["api_prefix" => "api"]),
new ConfigObj(["api_prefix" => "myapi"]),
Expand Down

0 comments on commit 4cef338

Please sign in to comment.