mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Move the test to the correct namespaces
This commit is contained in:
parent
c065531f26
commit
2595b63847
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Controller;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Model;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Repository;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace OliverKlee\Tea\Tests;
|
||||
namespace OliverKlee\Tea\Tests\Unit\Domain\Repository;
|
||||
|
||||
/*
|
||||
* This file is part of the TYPO3 CMS project.
|
||||
|
|
Loading…
Reference in a new issue