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:
parent
646fef357f
commit
a8b687a656
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue