Skip to content

Commit

Permalink
Merge pull request #32 from sbuerk/stefan-1
Browse files Browse the repository at this point in the history
[TASK] Streamline testsetup
  • Loading branch information
fsuter authored Aug 13, 2024
2 parents f1c0eee + 6bf5d7c commit 7db556f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Tests/Functional/Utility/FileUtilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Cobweb\Svconnector\Tests\Utility;
namespace Cobweb\Svconnector\Tests\Functional\Utility;

/*
* This file is part of the TYPO3 CMS project.
Expand Down Expand Up @@ -36,6 +36,7 @@ class FileUtilityTest extends FunctionalTestCase

public function setUp(): void
{
parent::setUp();
try {
// $this->setUpBackendUserFromFixture(1);
$this->subject = GeneralUtility::makeInstance(FileUtility::class);
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Domain/Model/Dto/CallContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The TYPO3 project - inspiring people to share!
*/

namespace Cobweb\Svconnector\Tests\Domain\Model\Dto;
namespace Cobweb\Svconnector\Tests\Unit\Domain\Model\Dto;

use Cobweb\Svconnector\Domain\Model\Dto\CallContext;
use Cobweb\Svconnector\Exception\NoSuchContextException;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Utility/ConnectorUtilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The TYPO3 project - inspiring people to share!
*/

namespace Cobweb\Svconnector\Tests\Utility;
namespace Cobweb\Svconnector\Tests\Unit\Utility;

use Cobweb\Svconnector\Exception\EmptySourceException;
use Cobweb\Svconnector\Exception\InvalidSourceException;
Expand Down

0 comments on commit 7db556f

Please sign in to comment.