Skip to content

Commit

Permalink
drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Aug 27, 2014
1 parent 6dc7126 commit db3c04e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/php/unit/controller/APIControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ public function testTrack(){
public function testTrackById(){
$trackId = 1;
$fileId = 3;
$filePath = null;

$track = new Track();
$track->setId($trackId);
Expand Down

0 comments on commit db3c04e

Please sign in to comment.