Skip to content
Snippets Groups Projects
Commit 9a9b4561 authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Stefan Bürk
Browse files

[TASK] Remove leftover ProphecyTrait in Typo3DbQueryParserTest

Resolves: #99249
Related: #98892
Releases: main
Change-Id: Iae2460a894bb3270272e39bfb9b75a83a4deeb78
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76883


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 70ba2866
Branches
Tags
No related merge requests found
......@@ -18,7 +18,6 @@ declare(strict_types=1);
namespace TYPO3\CMS\Extbase\Tests\Functional\Persistence\Generic\Storage;
use ExtbaseTeam\BlogExample\Domain\Repository\BlogRepository;
use Prophecy\PhpUnit\ProphecyTrait;
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\Context\DateTimeAspect;
use TYPO3\CMS\Core\Context\LanguageAspect;
......@@ -40,8 +39,6 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
class Typo3DbQueryParserTest extends FunctionalTestCase
{
use ProphecyTrait;
protected array $testExtensionsToLoad = [
'typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example',
];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment