Skip to content

Commit

Permalink
Merge pull request #21 from ergebnis/fix/helper
Browse files Browse the repository at this point in the history
Fix: Use Helper only when needed
  • Loading branch information
localheinz authored Jan 9, 2020
2 parents 8e345be + c5abe08 commit 0bf2afa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/Unit/Exception/InvalidRangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use Ergebnis\License\Exception\InvalidRange;
use Ergebnis\License\Year;
use Ergebnis\Test\Util\Helper;
use PHPUnit\Framework;

/**
Expand All @@ -27,8 +26,6 @@
*/
final class InvalidRangeTest extends Framework\TestCase
{
use Helper;

public function testStartYearGreaterThanEndYearReturnsInvalidRange(): void
{
$start = Year::fromString('2020');
Expand Down
3 changes: 0 additions & 3 deletions test/Unit/RangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Ergebnis\License\Exception;
use Ergebnis\License\Range;
use Ergebnis\License\Year;
use Ergebnis\Test\Util\Helper;
use PHPUnit\Framework;

/**
Expand All @@ -30,8 +29,6 @@
*/
final class RangeTest extends Framework\TestCase
{
use Helper;

public function testIncludingRequiresStartYearToBeEqualOrLessThanEndYear(): void
{
$start = Year::fromString('2020');
Expand Down

0 comments on commit 0bf2afa

Please sign in to comment.