Skip to content

Commit

Permalink
Remove not used const
Browse files Browse the repository at this point in the history
  • Loading branch information
coderimus committed Nov 13, 2019
1 parent 061d5a3 commit c2209fb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class GetByIdExceptionNoSuchEntityTest extends \PHPUnit\Framework\TestCase
{
private const MEDIA_ASSET_STUB_ID = 1;

private const MEDIA_ASSET_DATA = ['id' => 1];

/**
* @var GetById|MockObject
*/
Expand Down

0 comments on commit c2209fb

Please sign in to comment.