Skip to content

Commit

Permalink
chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Mar 21, 2024
1 parent 6bdc5f2 commit a8856f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/System/Configuration/TypoScriptConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ protected function setUp(): void
public function testGetSetting(): void
{
$this->expectException(TypoScriptSettingNotExists::class);
$this->numberOfAssertionsPerformed(3);

$this->typoScriptConfiguration->getSetting('xy');
}

Expand All @@ -40,8 +38,6 @@ public function testGetSetting(): void
*/
public function testGetSettingsWithConfig(): void
{
$this->numberOfAssertionsPerformed(3);

$config = [
'logger.' => [
'severity' => 1,
Expand All @@ -59,8 +55,6 @@ public function testGetSettingsWithConfig(): void
*/
public function testGetSettingsWithSubtypeConfig(): void
{
$this->numberOfAssertionsPerformed(3);

$config = [
'logger.' => [
'severity.' => [
Expand Down

0 comments on commit a8856f1

Please sign in to comment.