mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:36:12 +01:00

[TASK] Switch the unit tests to nimut/testing-framework

This commit is contained in:
Oliver Klee 2017-09-07 16:22:21 +02:00
parent 646fef357f
commit a8b687a656
6 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class AdditionTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class AdditionTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool

View file

@ -21,7 +21,7 @@ use TYPO3\CMS\Extbase\Persistence\ObjectStorage;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class TeaBeverageTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class TeaBeverageTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool

View file

@ -19,7 +19,7 @@ namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class TeaTypeTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class TeaTypeTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool

View file

@ -19,7 +19,7 @@ namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class TestimonialTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class TestimonialTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool

View file

@ -24,7 +24,7 @@ use TYPO3\CMS\Extbase\Persistence\Repository;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class TeaBeverageRepositoryTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class TeaBeverageRepositoryTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool

View file

@ -24,7 +24,7 @@ use TYPO3\CMS\Extbase\Persistence\Repository;
*
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class TestimonialRepositoryTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
class TestimonialRepositoryTest extends \Nimut\TestingFramework\TestCase\UnitTestCase
{
/**
* @var bool