Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Remove dead tests fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Jul 21, 2019
1 parent f5566cf commit fda257c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Http/Tests/Controller/UserValueResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,3 @@ public function testIntegrationNoUser()
$this->assertSame([null], $argumentResolver->getArguments(Request::create('/'), function (UserInterface $user = null) {}));
}
}

abstract class DummyUser implements UserInterface
{
}

abstract class DummySubUser extends DummyUser
{
}

0 comments on commit fda257c

Please sign in to comment.