mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[CLEANUP] Move the test to the correct namespaces

This commit is contained in:
Oliver Klee 2015-06-14 13:07:29 +02:00
parent c065531f26
commit 2595b63847
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<?php
namespace OliverKlee\Tea\Tests;
namespace OliverKlee\Tea\Tests\Unit\Controller;
/*
* This file is part of the TYPO3 CMS project.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.