Skip to content

Commit

Permalink
Remove dead tests fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Jul 19, 2019
1 parent 8d530ef commit 61217e4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Tests/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1001,14 +1001,3 @@ public function __toString()
class DefaultResponse extends Response
{
}

class ExtendedResponse extends Response
{
public function setLastModified(\DateTime $date = null)
{
}

public function getDate()
{
}
}

0 comments on commit 61217e4

Please sign in to comment.