Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
cleaning up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Fabrégat committed Oct 8, 2018
1 parent fe56f27 commit 7b04fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
45 changes: 0 additions & 45 deletions tests/DebugResponseTest.php

This file was deleted.

3 changes: 3 additions & 0 deletions tests/ErrorResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
*/
class ErrorResponseTest extends AbstractResponseTestCase
{
/**
* @throws \ReflectionException
*/
public function test():void
{
$response = new ErrorResponse(new FakeException('Test'));
Expand Down

0 comments on commit 7b04fd2

Please sign in to comment.