Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
505 changes: 0 additions & 505 deletions Build/phpstan/Core12/phpstan-baseline.neon

Large diffs are not rendered by default.

470 changes: 0 additions & 470 deletions Build/phpstan/Core13/phpstan-baseline.neon

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tests/Functional/AbstractDeepLTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
use Psr\Log\NullLogger;
use Ramsey\Uuid\Uuid;
use RuntimeException;
use SBUERK\TYPO3\Testing\TestCase\FunctionalTestCase;
use Symfony\Component\DependencyInjection\Container;
use TYPO3\CMS\Core\Information\Typo3Version;
use TYPO3\CMS\Core\Utility\StringUtility;
use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
use WebVision\Deepltranslate\Core\Client;
use WebVision\Deepltranslate\Core\ClientInterface;
use WebVision\Deepltranslate\Core\ConfigurationInterface;
Expand Down
12 changes: 6 additions & 6 deletions Tests/Functional/Container/ContentElementsInContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use PHPUnit\Framework\Attributes\IgnoreDeprecations;
use PHPUnit\Framework\Attributes\Test;
use SBUERK\TYPO3\Testing\SiteHandling\SiteBasedTestTrait;
use TYPO3\CMS\Core\DataHandling\DataHandler;
use TYPO3\CMS\Core\Localization\LanguageServiceFactory;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use WebVision\Deepltranslate\Core\Tests\Functional\AbstractDeepLTestCase;
use WebVision\Deepltranslate\Core\Tests\Functional\Fixtures\Traits\SiteBasedTestTrait;

final class ContentElementsInContainerTest extends AbstractDeepLTestCase
{
Expand Down Expand Up @@ -84,16 +84,16 @@ protected function setUp(): void

$this->importCSVDataSet(__DIR__ . '/Fixtures/page_with_container.csv');
$this->writeSiteConfiguration(
'acme',
$this->buildSiteConfiguration(1, '/', 'Home'),
[
identifier: 'acme',
site: $this->buildSiteConfiguration(rootPageId: 1),
languages: [
$this->buildDefaultLanguageConfiguration('EN', '/'),
$this->buildLanguageConfiguration('EB', '/eb/', ['EN'], 'strict'),
$this->buildLanguageConfiguration('DE', '/de/', ['EN'], 'strict'),
$this->buildLanguageConfiguration('BS', '/bs/', ['EN'], 'strict'),
]
],
);
$this->setUpFrontendRootPage(1, [], []);
$this->setUpFrontendRootPage(pageId: 1);

$this->setUpBackendUser(1);

Expand Down
3 changes: 0 additions & 3 deletions Tests/Functional/Fixtures/Frontend/FluidError.html

This file was deleted.

1 change: 0 additions & 1 deletion Tests/Functional/Fixtures/Frontend/FluidJson.html

This file was deleted.

2 changes: 0 additions & 2 deletions Tests/Functional/Fixtures/Frontend/PageError.txt

This file was deleted.

69 changes: 0 additions & 69 deletions Tests/Functional/Fixtures/Frontend/PhpError.php

This file was deleted.

Loading