Skip to content

Commit

Permalink
[TASK] Use test class from nimut/testing-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Feb 16, 2017
1 parent 2474e65 commit c8ce0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Unit/Service/PatternServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

use IchHabRecht\HostsPattern\Domain\Model\Domain;
use IchHabRecht\HostsPattern\Service\PatternService;
use TYPO3\CMS\Core\Tests\BaseTestCase;
use Nimut\TestingFramework\TestCase\UnitTestCase;

/**
* Test case for IchHabRecht\HostsPattern\Service\PatternService
*/
class PatternServiceTest extends BaseTestCase
class PatternServiceTest extends UnitTestCase
{

/**
Expand Down

0 comments on commit c8ce0df

Please sign in to comment.