From 03c0976f3ad15eda3d16f71f35072a99ca2e8be8 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 24 Mar 2024 08:55:56 +0100 Subject: [PATCH] [TASK] Update integration test baseline (#42) Whitespace handling changed in the guides, therefore our integration tests need to be updated for whitespace. --- .../class-abstract/expected/index.html | 14 +-- .../class-final-abstract/expected/index.html | 15 +-- .../class-final/expected/index.html | 14 +-- .../expected/index.html | 29 ++--- .../expected/index.html | 60 ++++------ .../expected/index.html | 59 +++++----- .../class-with-const-link/expected/index.html | 59 +++++----- .../class-with-const/expected/index.html | 57 ++++----- .../class-with-link/expected/index.html | 31 +++-- .../expected/index.html | 42 +++---- .../expected/index.html | 31 +++-- .../class-with-method/expected/index.html | 29 +++-- .../expected/index.html | 39 +++---- .../expected/index.html | 51 ++++----- .../class-with-property/expected/index.html | 78 ++++++------- .../expected/index.html | 20 ++-- .../expected/index.html | 57 ++++----- .../expected/index.html | 11 +- .../expected/index.html | 33 +++--- .../expected/index.html | 20 ++-- .../enum-with-cases-link/expected/index.html | 59 +++++----- .../enum-with-cases/expected/index.html | 55 ++++----- .../enum-with-constant/expected/index.html | 20 ++-- .../enum-with-link/expected/index.html | 22 ++-- .../enum-with-namespace/expected/index.html | 20 ++-- .../enum-with-warnings/expected/index.html | 58 ++++------ .../expected/index.html | 20 ++-- .../exception-directive/expected/index.html | 11 +- .../expected/index.html | 13 +-- .../exception-with-link/expected/index.html | 13 +-- .../global-variable/expected/index.html | 10 +- .../expected/index.html | 11 +- .../interface-link/expected/index.html | 13 +-- .../expected/index.html | 20 ++-- .../interface-with-const/expected/index.html | 20 ++-- .../interface-with-method/expected/index.html | 31 +++-- .../expected/index.html | 11 +- .../expected/index.html | 63 ++++------ .../expected/index.html | 108 ++++++++---------- .../expected/index.html | 13 +-- .../method-returns/expected/index.html | 11 +- .../static-method/expected/index.html | 11 +- .../trait-directive/expected/index.html | 27 ++--- .../trait-with-link/expected/index.html | 29 ++--- 44 files changed, 589 insertions(+), 829 deletions(-) diff --git a/tests/integration/class-abstract/expected/index.html b/tests/integration/class-abstract/expected/index.html index 44423d8..5339191 100644 --- a/tests/integration/class-abstract/expected/index.html +++ b/tests/integration/class-abstract/expected/index.html @@ -1,21 +1,17 @@

abstract class

-
- abstract - class + abstract class \TYPO3\CMS\Core\ -AbstractTest - -
+AbstractTest
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/class-final-abstract/expected/index.html b/tests/integration/class-final-abstract/expected/index.html index e8e5be4..594ed6e 100644 --- a/tests/integration/class-final-abstract/expected/index.html +++ b/tests/integration/class-final-abstract/expected/index.html @@ -1,22 +1,17 @@

abstract final class causes warning

-
- abstract - final - class + abstract final class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/class-final/expected/index.html b/tests/integration/class-final/expected/index.html index c9160ed..79ba5f6 100644 --- a/tests/integration/class-final/expected/index.html +++ b/tests/integration/class-final/expected/index.html @@ -1,21 +1,17 @@

final class

-
- final - class + final class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/class-namespace-directive/expected/index.html b/tests/integration/class-namespace-directive/expected/index.html index dc89a15..27bfc44 100644 --- a/tests/integration/class-namespace-directive/expected/index.html +++ b/tests/integration/class-namespace-directive/expected/index.html @@ -1,46 +1,41 @@

PHP Class with current namespace from directive

-
class \TYPO3\CMS\Core\ -TestClass - -
+TestClass
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
class \TYPO3\CMS\Core\ -AnotherClass - -
+AnotherClass
-

Lorem Ipsum Dolor Another!

+ +

Lorem Ipsum Dolor Another!

+
-
class \MyVendor\Some\Namespace\ -AnotherClass - -
+AnotherClass
-

Lorem Ipsum Dolor Yet Another!

+ +

Lorem Ipsum Dolor Yet Another!

+
-
- diff --git a/tests/integration/class-with-const-illegal-modifier-combinations/expected/index.html b/tests/integration/class-with-const-illegal-modifier-combinations/expected/index.html index 37f6db9..96cb909 100644 --- a/tests/integration/class-with-const-illegal-modifier-combinations/expected/index.html +++ b/tests/integration/class-with-const-illegal-modifier-combinations/expected/index.html @@ -1,56 +1,44 @@

PHP class with constants

-
class \ChuckleFactory\ -FunClass - -
+FunClass
-

Where Fun Knows No Bounds!

-
- public - private - const - JOY_CONSTANT - -
-

The constant that encapsulates pure joy and laughter. Whenever you need -a pick-me-up, just access JOY_CONSTANT and let the chuckles begin.

-
+

Where Fun Knows No Bounds!

+
+ public private const + JOY_CONSTANT +
+
+

The constant that encapsulates pure joy and laughter. Whenever you need +a pick-me-up, just access JOY_CONSTANT and let the chuckles begin.

+
+
- public - protected - const + public protected const GIGGLE_FACTOR - - -
-

A dynamic constant that measures the giggle intensity in the ChuckleFactory. -It's known to spontaneously increase during code reviews and coffee breaks.

-
-
+ +
+

A dynamic constant that measures the giggle intensity in the ChuckleFactory. +It's known to spontaneously increase during code reviews and coffee breaks.

+
+
- protected - private - const + protected private const WHIMSICAL_WONDER - - -
-

Unleash the power of whimsy! This constant is your key to unlocking the -whimsical wonders hidden within the FunClass. Expect surprises and delight!

+ +
+

Unleash the power of whimsy! This constant is your key to unlocking the +whimsical wonders hidden within the FunClass. Expect surprises and delight!

+
-
-
- diff --git a/tests/integration/class-with-const-link-warning/expected/index.html b/tests/integration/class-with-const-link-warning/expected/index.html index 92323a5..19f4a03 100644 --- a/tests/integration/class-with-const-link-warning/expected/index.html +++ b/tests/integration/class-with-const-link-warning/expected/index.html @@ -1,57 +1,50 @@

PHP class with constants

-
class \SecretSociety\ -EnigmaticClass - -
+EnigmaticClass
-

Unveiling the mysteries of constants!

-
- public - const - PI - -
-

The eternal symbol representing the ratio of a circle's circumference -to its diameter. Also used as the secret handshake among mathematicians.

-
+

Unveiling the mysteries of constants!

+
+ public const + PI +
+
+

The eternal symbol representing the ratio of a circle's circumference +to its diameter. Also used as the secret handshake among mathematicians.

+
+
- protected - const + protected const SECRET_NUMBER - - -
-

This constant holds the secret number known only to members of the + +

+

This constant holds the secret number known only to members of the EnigmaticClass. Rumor has it, it's the combination to the ultimate -treasure chest.

-
-
+treasure chest.

+
+
- private - const + private const ETERNAL_FLAME - - -
-

The eternal flame, kept alight by the power of mystical constants. Its + +

+

The eternal flame, kept alight by the power of mystical constants. Its warmth is known only to those who dare to delve into the deepest realms -of code and cryptography.

+of code and cryptography.

+
- -

See also SecretSociety\EnigmaticClass\PI or +

See also SecretSociety\EnigmaticClass\PI or \SecretSociety\EnigmaticClass->SECRET_NUMBER.

-
+ diff --git a/tests/integration/class-with-const-link/expected/index.html b/tests/integration/class-with-const-link/expected/index.html index f3a338e..3e26597 100644 --- a/tests/integration/class-with-const-link/expected/index.html +++ b/tests/integration/class-with-const-link/expected/index.html @@ -1,57 +1,50 @@

PHP class with constants

-
class \SecretSociety\ -EnigmaticClass - -
+EnigmaticClass
-

Unveiling the mysteries of constants!

-
- public - const - PI - -
-

The eternal symbol representing the ratio of a circle's circumference -to its diameter. Also used as the secret handshake among mathematicians.

-
+

Unveiling the mysteries of constants!

+
+ public const + PI +
+
+

The eternal symbol representing the ratio of a circle's circumference +to its diameter. Also used as the secret handshake among mathematicians.

+
+
- protected - const + protected const SECRET_NUMBER - - -
-

This constant holds the secret number known only to members of the + +

+

This constant holds the secret number known only to members of the EnigmaticClass. Rumor has it, it's the combination to the ultimate -treasure chest.

-
-
+treasure chest.

+
+
- private - const + private const ETERNAL_FLAME - - -
-

The eternal flame, kept alight by the power of mystical constants. Its + +

+

The eternal flame, kept alight by the power of mystical constants. Its warmth is known only to those who dare to delve into the deepest realms -of code and cryptography.

+of code and cryptography.

+
- -

See also SecretSociety\EnigmaticClass::PI or +

See also SecretSociety\EnigmaticClass::PI or \SecretSociety\EnigmaticClass::SECRET_NUMBER.

-
+ diff --git a/tests/integration/class-with-const/expected/index.html b/tests/integration/class-with-const/expected/index.html index 1d6d51f..d9d572a 100644 --- a/tests/integration/class-with-const/expected/index.html +++ b/tests/integration/class-with-const/expected/index.html @@ -1,55 +1,46 @@

PHP class with constants

-
class \SecretSociety\ -EnigmaticClass - -
+EnigmaticClass
-

Unveiling the mysteries of constants!

-
- public - const - PI - -
-

The eternal symbol representing the ratio of a circle's circumference -to its diameter. Also used as the secret handshake among mathematicians.

-
+

Unveiling the mysteries of constants!

+
+ public const + PI +
+
+

The eternal symbol representing the ratio of a circle's circumference +to its diameter. Also used as the secret handshake among mathematicians.

+
+
- protected - const + protected const SECRET_NUMBER - - -
-

This constant holds the secret number known only to members of the + +

+

This constant holds the secret number known only to members of the EnigmaticClass. Rumor has it, it's the combination to the ultimate -treasure chest.

-
-
+treasure chest.

+
+
- private - const + private const ETERNAL_FLAME - - -
-

The eternal flame, kept alight by the power of mystical constants. Its + +

+

The eternal flame, kept alight by the power of mystical constants. Its warmth is known only to those who dare to delve into the deepest realms -of code and cryptography.

+of code and cryptography.

+
- -
- diff --git a/tests/integration/class-with-link/expected/index.html b/tests/integration/class-with-link/expected/index.html index 7290183..91b258a 100644 --- a/tests/integration/class-with-link/expected/index.html +++ b/tests/integration/class-with-link/expected/index.html @@ -1,44 +1,43 @@

PHP Class with explicit namespace

-
class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
setDate ( int $year, int $month, int $day) - -
+
-

Set the date.

+ +

Set the date.

+
-
-
+
getDate ( ) : int - -
+
-

Get the date.

+ +

Get the date.

+
-
-

See also \TYPO3\CMS\Core\Test.

-
+

See also \TYPO3\CMS\Core\Test.

+ diff --git a/tests/integration/class-with-method-link-warning/expected/index.html b/tests/integration/class-with-method-link-warning/expected/index.html index 4048e86..35e48ff 100644 --- a/tests/integration/class-with-method-link-warning/expected/index.html +++ b/tests/integration/class-with-method-link-warning/expected/index.html @@ -1,46 +1,43 @@

PHP Class with explicit namespace

-
class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
setDate ( int $year, int $month, int $day) - -
+
-

Set the date.

+ +

Set the date.

+
-
-
+
getDate ( ) : int - -
+
-

Get the date.

+ +

Get the date.

+
-
-
+
class - IllegalSubClass - -
+ IllegalSubClass
@@ -48,21 +45,18 @@

PHP Class with explicit namespace

( ) : int - -
+
-
-
-

\TYPO3\CMS\Core\Test:: or +

\TYPO3\CMS\Core\Test:: or \TYPO3\CMS\Core\Test->getDate.

-
+ diff --git a/tests/integration/class-with-method-link/expected/index.html b/tests/integration/class-with-method-link/expected/index.html index 416f364..2f4faa5 100644 --- a/tests/integration/class-with-method-link/expected/index.html +++ b/tests/integration/class-with-method-link/expected/index.html @@ -1,45 +1,44 @@

PHP Class with explicit namespace

-
class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
setDate ( int $year, int $month, int $day) - -
+
-

Set the date.

+ +

Set the date.

+
-
-
+
getDate ( ) : int - -
+
-

Get the date.

+ +

Get the date.

+
-
-

\TYPO3\CMS\Core\Test::setDate(int $year, int $month, int $day) or +

\TYPO3\CMS\Core\Test::setDate(int $year, int $month, int $day) or \TYPO3\CMS\Core\Test::getDate.

-
+ diff --git a/tests/integration/class-with-method/expected/index.html b/tests/integration/class-with-method/expected/index.html index ac40a98..3bf1604 100644 --- a/tests/integration/class-with-method/expected/index.html +++ b/tests/integration/class-with-method/expected/index.html @@ -1,43 +1,40 @@

PHP Class with explicit namespace

-
class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
setDate ( int $year, int $month, int $day) - -
+
-

Set the date.

+ +

Set the date.

+
-
-
+
getDate ( ) : int - -
+
-

Get the date.

+ +

Get the date.

+
-
-
- diff --git a/tests/integration/class-with-property-link/expected/index.html b/tests/integration/class-with-property-link/expected/index.html index 1389111..055e206 100644 --- a/tests/integration/class-with-property-link/expected/index.html +++ b/tests/integration/class-with-property-link/expected/index.html @@ -1,39 +1,34 @@

PHP class with properties

-
class - JollyElf - -
+ JollyElf
-

Welcome to the magical workshop of JollyElves, spreading cheer and joy!

-
- public - string $festiveHatColor - -
-

The color of the elf's festive hat, radiating holiday spirit. Can -Improve the JollyElf::$giftCount.

-
+

Welcome to the magical workshop of JollyElves, spreading cheer and joy!

+
+ public string $festiveHatColor +
+
+

The color of the elf's festive hat, radiating holiday spirit. Can +Improve the JollyElf::$giftCount.

+
+
- protected - int $giftCount - - -
-

The count of gifts wrapped by the JollyElf, a closely guarded secret.

+ protected int $giftCount + +
+

The count of gifts wrapped by the JollyElf, a closely guarded secret.

+
-
-

See also JollyElf::$festiveHatColor.

-
+

See also JollyElf::$festiveHatColor.

+ diff --git a/tests/integration/class-with-property-warnings/expected/index.html b/tests/integration/class-with-property-warnings/expected/index.html index 64b8656..8fe2112 100644 --- a/tests/integration/class-with-property-warnings/expected/index.html +++ b/tests/integration/class-with-property-warnings/expected/index.html @@ -1,48 +1,37 @@

PHP class with properties that cause warnings

-
class - GrumpyGoblin - -
+ GrumpyGoblin
-

Welcome to the gloomy world of GrumpyGoblins, spreading grumbles and dissatisfaction!

-
- public - private - string $hiddenSecret - -
-

The grumpy goblin's hidden secret. Publicly private - an illegal combination!

-
+

Welcome to the gloomy world of GrumpyGoblins, spreading grumbles and dissatisfaction!

+
+ public private string $hiddenSecret +
+
+

The grumpy goblin's hidden secret. Publicly private - an illegal combination!

+
+
- static - readonly - bool $ancientCurse - - -
-

The ancient curse haunting all GrumpyGoblins. A static readonly curse - an illegal combination!

-
-
+ static readonly bool $ancientCurse + +
+

The ancient curse haunting all GrumpyGoblins. A static readonly curse - an illegal combination!

+
+
- public - string $complaintBox - - -
-

The deprecated complaint box, once used by GrumpyGoblins to voice their discontent.

+ public string $complaintBox + +
+

The deprecated complaint box, once used by GrumpyGoblins to voice their discontent.

+
-
-
- diff --git a/tests/integration/class-with-property/expected/index.html b/tests/integration/class-with-property/expected/index.html index 3472b03..566ec11 100644 --- a/tests/integration/class-with-property/expected/index.html +++ b/tests/integration/class-with-property/expected/index.html @@ -1,65 +1,51 @@

PHP class with properties

-
class - JollyElf - -
+ JollyElf
-

Welcome to the magical workshop of JollyElves, spreading cheer and joy!

-
- public - string $festiveHatColor - -
-

The color of the elf's festive hat, radiating holiday spirit.

-
+

Welcome to the magical workshop of JollyElves, spreading cheer and joy!

+
+ public string $festiveHatColor +
+
+

The color of the elf's festive hat, radiating holiday spirit.

+
+
- protected - int $giftCount - - -
-

The count of gifts wrapped by the JollyElf, a closely guarded secret.

-
-
+ protected int $giftCount + +
+

The count of gifts wrapped by the JollyElf, a closely guarded secret.

+
+
- private - bool $sleighBellJingle - - -
-

Whether the sleigh bells on the elf's shoes are jingling merrily.

-
-
+ private bool $sleighBellJingle + +
+

Whether the sleigh bells on the elf's shoes are jingling merrily.

+
+
- static - int $totalGiftsWrapped - - -
-

The total count of gifts wrapped by all JollyElves in the workshop.

-
-
+ static int $totalGiftsWrapped + +
+

The total count of gifts wrapped by all JollyElves in the workshop.

+
+
- private - readonly - int $entryYear - - -
-

The year the JollyElf joyfully joined the festive workshop.

+ private readonly int $entryYear + +
+

The year the JollyElf joyfully joined the festive workshop.

+
-
-
- diff --git a/tests/integration/class-with-staticmethod/expected/index.html b/tests/integration/class-with-staticmethod/expected/index.html index 8851879..1da3dff 100644 --- a/tests/integration/class-with-staticmethod/expected/index.html +++ b/tests/integration/class-with-staticmethod/expected/index.html @@ -1,33 +1,29 @@

PHP Class with static method

-
class \TYPO3\CMS\Core\ -Test - -
+Test
-

Lorem Ipsum Dolor!

-
static +

Lorem Ipsum Dolor!

+
+
static doSomething ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
- diff --git a/tests/integration/class-with-typed-const/expected/index.html b/tests/integration/class-with-typed-const/expected/index.html index 1d43174..12b424f 100644 --- a/tests/integration/class-with-typed-const/expected/index.html +++ b/tests/integration/class-with-typed-const/expected/index.html @@ -1,55 +1,46 @@

PHP class with constants

-
class \SecretSociety\ -EnigmaticClass - -
+EnigmaticClass
-

Unveiling the mysteries of constants!

-
- public - double const - PI - -
-

The eternal symbol representing the ratio of a circle's circumference -to its diameter. Also used as the secret handshake among mathematicians.

-
+

Unveiling the mysteries of constants!

+
+ public double const + PI +
+
+

The eternal symbol representing the ratio of a circle's circumference +to its diameter. Also used as the secret handshake among mathematicians.

+
+
- protected - int const + protected int const SECRET_NUMBER - - -
-

This constant holds the secret number known only to members of the + +

+

This constant holds the secret number known only to members of the EnigmaticClass. Rumor has it, it's the combination to the ultimate -treasure chest.

-
-
+treasure chest.

+
+
- private - string const + private string const ETERNAL_FLAME - - -
-

The eternal flame, kept alight by the power of mystical constants. Its + +

+

The eternal flame, kept alight by the power of mystical constants. Its warmth is known only to those who dare to delve into the deepest realms -of code and cryptography.

+of code and cryptography.

+
- -
- diff --git a/tests/integration/class-without-namespace/expected/index.html b/tests/integration/class-without-namespace/expected/index.html index 3abda02..1cecb07 100644 --- a/tests/integration/class-without-namespace/expected/index.html +++ b/tests/integration/class-without-namespace/expected/index.html @@ -1,19 +1,16 @@

PHP Class

-
class - TestClass - -
+ TestClass
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/enum-backed-with-cases/expected/index.html b/tests/integration/enum-backed-with-cases/expected/index.html index 226006c..2788344 100644 --- a/tests/integration/enum-backed-with-cases/expected/index.html +++ b/tests/integration/enum-backed-with-cases/expected/index.html @@ -1,36 +1,31 @@

PHP Enum, backed, with cases

-
enum - RedSuit - : string -
+ RedSuit : string
-

In playing cards, a suit is one of the categories into which the -cards of a deck are divided.

+ +

In playing cards, a suit is one of the categories into which the +cards of a deck are divided.

+
case - Hearts - : 'H' -
-

Hearts is one of the four suits in playing cards.

-
-
+ Hearts : 'H' +
+

Hearts is one of the four suits in playing cards.

+
+
case - Diamonds - : 'D' -
-

Diamonds is one of the four suits in playing cards.

+ Diamonds : 'D' +
+

Diamonds is one of the four suits in playing cards.

+
-
-
- diff --git a/tests/integration/enum-namespace-directive/expected/index.html b/tests/integration/enum-namespace-directive/expected/index.html index 4058d78..bd0b39d 100644 --- a/tests/integration/enum-namespace-directive/expected/index.html +++ b/tests/integration/enum-namespace-directive/expected/index.html @@ -1,33 +1,29 @@

PHP Enum with current namespace from directive

-
enum \MyVendor\MyExtension\ -SomeEnum - -
+SomeEnum
-

some stuff

+ +

some stuff

+
-
enum \MyVendor\MyExtension\ -AnotherEnum - -
+AnotherEnum
-

another stuff

+ +

another stuff

+
-
- diff --git a/tests/integration/enum-with-cases-link/expected/index.html b/tests/integration/enum-with-cases-link/expected/index.html index 842af49..03a87c8 100644 --- a/tests/integration/enum-with-cases-link/expected/index.html +++ b/tests/integration/enum-with-cases-link/expected/index.html @@ -1,54 +1,49 @@

PHP Enum with Const

-
enum - Suit - -
+ Suit
-

In playing cards, a suit is one of the categories into which the -cards of a deck are divided.

+ +

In playing cards, a suit is one of the categories into which the +cards of a deck are divided.

+
case - Hearts - : -
-

Hearts is one of the four suits in playing cards. It is red -just like Suit::Diamonds.

-
-
+ Hearts : +
+

Hearts is one of the four suits in playing cards. It is red +just like Suit::Diamonds.

+
+
case - Diamonds - : -
-

Diamonds is one of the four suits in playing cards.

-
-
+ Diamonds : +
+

Diamonds is one of the four suits in playing cards.

+
+
case - Clubs - : -
-

Clubs is one of the four suits in playing cards.

-
-
+ Clubs : +
+

Clubs is one of the four suits in playing cards.

+
+
case - Spades - : -
-

Spades is one of the four suits in playing cards.

+ Spades : +
+

Spades is one of the four suits in playing cards.

+
-
-

Spades counts 12 points in Skat.

-
+

Spades counts 12 points in Skat.

+ diff --git a/tests/integration/enum-with-cases/expected/index.html b/tests/integration/enum-with-cases/expected/index.html index 5bd2a46..f067b37 100644 --- a/tests/integration/enum-with-cases/expected/index.html +++ b/tests/integration/enum-with-cases/expected/index.html @@ -1,52 +1,45 @@

PHP Enum with Const

-
enum - Suit - -
+ Suit
-

In playing cards, a suit is one of the categories into which the -cards of a deck are divided.

+ +

In playing cards, a suit is one of the categories into which the +cards of a deck are divided.

+
case - Hearts - : -
-

Hearts is one of the four suits in playing cards.

-
-
+ Hearts : +
+

Hearts is one of the four suits in playing cards.

+
+
case - Diamonds - : -
-

Diamonds is one of the four suits in playing cards.

-
-
+ Diamonds : +
+

Diamonds is one of the four suits in playing cards.

+
+
case - Clubs - : -
-

Clubs is one of the four suits in playing cards.

-
-
+ Clubs : +
+

Clubs is one of the four suits in playing cards.

+
+
case - Spades - : -
-

Spades is one of the four suits in playing cards.

+ Spades : +
+

Spades is one of the four suits in playing cards.

+
-
-
- diff --git a/tests/integration/enum-with-constant/expected/index.html b/tests/integration/enum-with-constant/expected/index.html index 77ce4a7..d9efa4a 100644 --- a/tests/integration/enum-with-constant/expected/index.html +++ b/tests/integration/enum-with-constant/expected/index.html @@ -1,29 +1,25 @@

PHP Enum with Const

-
enum \MyVendor\MyExtension\ -SomeEnum - -
+SomeEnum
-

some stuff

+ +

some stuff

+
const PI - - -
-

represents the ratio of a circle's circumference to its diameter

+ +
+

represents the ratio of a circle's circumference to its diameter

+
-
-
- diff --git a/tests/integration/enum-with-link/expected/index.html b/tests/integration/enum-with-link/expected/index.html index 6452298..c80613c 100644 --- a/tests/integration/enum-with-link/expected/index.html +++ b/tests/integration/enum-with-link/expected/index.html @@ -1,35 +1,33 @@

PHP Enum with current namespace from directive

-
enum \MyVendor\MyExtension\ -SomeEnum - -
+SomeEnum
-

some stuff

+ +

some stuff

+
-
enum \MyVendor\MyExtension\ -AnotherEnum - -
+AnotherEnum
-

another stuff

+ +

another stuff

+
-

See also \MyVendor\MyExtension\SomeEnum or +

See also \MyVendor\MyExtension\SomeEnum or AnotherEnum

-
+ diff --git a/tests/integration/enum-with-namespace/expected/index.html b/tests/integration/enum-with-namespace/expected/index.html index 19124ff..dfba991 100644 --- a/tests/integration/enum-with-namespace/expected/index.html +++ b/tests/integration/enum-with-namespace/expected/index.html @@ -1,33 +1,29 @@

PHP Enum without namespace from directive

-
enum \MyVendor\MyExtension\ -SomeEnum - -
+SomeEnum
-

some stuff

+ +

some stuff

+
-
enum \MyVendor\MyExtension\ -AnotherEnum - -
+AnotherEnum
-

another stuff

+ +

another stuff

+
-
- diff --git a/tests/integration/enum-with-warnings/expected/index.html b/tests/integration/enum-with-warnings/expected/index.html index 82e00ae..7ac4592 100644 --- a/tests/integration/enum-with-warnings/expected/index.html +++ b/tests/integration/enum-with-warnings/expected/index.html @@ -1,64 +1,54 @@

PHP Enum with Warnings

-
enum - RedSuit - : string -
+ RedSuit : string
-

In playing cards, a suit is one of the categories into which the -cards of a deck are divided.

+ +

In playing cards, a suit is one of the categories into which the +cards of a deck are divided.

+
case - Hearts - : 'H' -
-

Hearts is one of the four suits in playing cards.

-
-
+ Hearts : 'H' +
+

Hearts is one of the four suits in playing cards.

+
+
case - Diamonds - : 'D' -
-

Diamonds is one of the four suits in playing cards.

+ Diamonds : 'D' +
+

Diamonds is one of the four suits in playing cards.

+
-
-
enum - BlackSuit - : string -
+ BlackSuit : string
case - Clubs : 'C' - : -
-

Clubs is one of the four suits in playing cards.

-
-
+ Clubs : 'C' : +
+

Clubs is one of the four suits in playing cards.

+
+
case - Spades : 'S' - : -
-

Spades is one of the four suits in playing cards.

+ Spades : 'S' : +
+

Spades is one of the four suits in playing cards.

+
-
-
- diff --git a/tests/integration/enum-without-namespace/expected/index.html b/tests/integration/enum-without-namespace/expected/index.html index 4a8b92a..b23f3dd 100644 --- a/tests/integration/enum-without-namespace/expected/index.html +++ b/tests/integration/enum-without-namespace/expected/index.html @@ -1,31 +1,27 @@

PHP Enum without namespace from directive

-
enum - SomeEnum - -
+ SomeEnum
-

some stuff

+ +

some stuff

+
-
enum - AnotherEnum - -
+ AnotherEnum
-

another stuff

+ +

another stuff

+
-
- diff --git a/tests/integration/exception-directive/expected/index.html b/tests/integration/exception-directive/expected/index.html index 0a36050..8912118 100644 --- a/tests/integration/exception-directive/expected/index.html +++ b/tests/integration/exception-directive/expected/index.html @@ -1,21 +1,18 @@

PHP Exception

-
exception \TYPO3\CMS\Core\Exception\Page\ -BrokenRootLineException - -
+BrokenRootLineException
-

Exception for root line traversal when a page within the root line traversal + +

Exception for root line traversal when a page within the root line traversal is missing / can not be resolved.

+
-
- diff --git a/tests/integration/exception-with-link-deprecated/expected/index.html b/tests/integration/exception-with-link-deprecated/expected/index.html index 4198281..66f9c64 100644 --- a/tests/integration/exception-with-link-deprecated/expected/index.html +++ b/tests/integration/exception-with-link-deprecated/expected/index.html @@ -1,22 +1,21 @@

PHP Exception

-
exception \TYPO3\CMS\Core\Exception\Page\ -BrokenRootLineException - -
+BrokenRootLineException
-

Exception for root line traversal when a page within the root line traversal + +

Exception for root line traversal when a page within the root line traversal is missing / can not be resolved.

+
-

See also \TYPO3\CMS\Core\Exception\Page\BrokenRootLineException.

-
+

See also \TYPO3\CMS\Core\Exception\Page\BrokenRootLineException.

+ diff --git a/tests/integration/exception-with-link/expected/index.html b/tests/integration/exception-with-link/expected/index.html index 4198281..66f9c64 100644 --- a/tests/integration/exception-with-link/expected/index.html +++ b/tests/integration/exception-with-link/expected/index.html @@ -1,22 +1,21 @@

PHP Exception

-
exception \TYPO3\CMS\Core\Exception\Page\ -BrokenRootLineException - -
+BrokenRootLineException
-

Exception for root line traversal when a page within the root line traversal + +

Exception for root line traversal when a page within the root line traversal is missing / can not be resolved.

+
-

See also \TYPO3\CMS\Core\Exception\Page\BrokenRootLineException.

-
+

See also \TYPO3\CMS\Core\Exception\Page\BrokenRootLineException.

+ diff --git a/tests/integration/global-variable/expected/index.html b/tests/integration/global-variable/expected/index.html index 4c7b50d..9f47499 100644 --- a/tests/integration/global-variable/expected/index.html +++ b/tests/integration/global-variable/expected/index.html @@ -1,19 +1,17 @@

PHP Global Variable

-
global $GLOBALS['TCA'] - -
+
-

Contains the TYPO3 Configuration Array

+ +

Contains the TYPO3 Configuration Array

+
-
- diff --git a/tests/integration/interface-implicit-namespace/expected/index.html b/tests/integration/interface-implicit-namespace/expected/index.html index dbd2a03..c0b7dd3 100644 --- a/tests/integration/interface-implicit-namespace/expected/index.html +++ b/tests/integration/interface-implicit-namespace/expected/index.html @@ -1,20 +1,17 @@

PHP Interface with implicit namespace

-
interface \TYPO3\CMS\Core\ -TestInterface - -
+TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/interface-link/expected/index.html b/tests/integration/interface-link/expected/index.html index 96926ed..a03c8f8 100644 --- a/tests/integration/interface-link/expected/index.html +++ b/tests/integration/interface-link/expected/index.html @@ -1,22 +1,21 @@

PHP Interface with implicit namespace

-
interface \TYPO3\CMS\Core\ -TestInterface - -
+TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-

See also \TYPO3\CMS\Core\TestInterface, +

See also \TYPO3\CMS\Core\TestInterface, for short TestInterface!

-
+ diff --git a/tests/integration/interface-namespace-directive/expected/index.html b/tests/integration/interface-namespace-directive/expected/index.html index dfcd403..d0251c5 100644 --- a/tests/integration/interface-namespace-directive/expected/index.html +++ b/tests/integration/interface-namespace-directive/expected/index.html @@ -1,33 +1,29 @@

PHP Interface with current namespace from directive

-
interface \TYPO3\CMS\Core\ -TestInterface - -
+TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
interface \TYPO3\CMS\Core\ -AnotherInterface - -
+AnotherInterface
-

Lorem Ipsum Dolor Another!

+ +

Lorem Ipsum Dolor Another!

+
-
- diff --git a/tests/integration/interface-with-const/expected/index.html b/tests/integration/interface-with-const/expected/index.html index 2ca6529..98dbc8b 100644 --- a/tests/integration/interface-with-const/expected/index.html +++ b/tests/integration/interface-with-const/expected/index.html @@ -1,29 +1,25 @@

PHP Interface with const

-
interface \TYPO3\CMS\Core\ -TestInterface - -
+TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
const ATOM - - -
-

The ATOM

+ +
+

The ATOM

+
-
-
- diff --git a/tests/integration/interface-with-method/expected/index.html b/tests/integration/interface-with-method/expected/index.html index e9e0acc..0494038 100644 --- a/tests/integration/interface-with-method/expected/index.html +++ b/tests/integration/interface-with-method/expected/index.html @@ -1,45 +1,44 @@

PHP Interface with implicit namespace

-
interface \TYPO3\CMS\Core\ -TestInterface - -
+TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
setDate ( int $year, int $month, int $day) - -
+
-

Set the date.

+ +

Set the date.

+
-
-
+
getDate ( ) : int - -
+
-

Get the date.

+ +

Get the date.

+
-
-

See also \TYPO3\CMS\Core\TestInterface, +

See also \TYPO3\CMS\Core\TestInterface, for short TestInterface!

-
+ diff --git a/tests/integration/interface-without-namespace/expected/index.html b/tests/integration/interface-without-namespace/expected/index.html index ff85584..f4e1829 100644 --- a/tests/integration/interface-without-namespace/expected/index.html +++ b/tests/integration/interface-without-namespace/expected/index.html @@ -1,19 +1,16 @@

PHP Interface

-
interface - TestInterface - -
+ TestInterface
-

Lorem Ipsum Dolor!

+ +

Lorem Ipsum Dolor!

+
-
- diff --git a/tests/integration/method-illegal-combinations/expected/index.html b/tests/integration/method-illegal-combinations/expected/index.html index 8e46d8d..36ed133 100644 --- a/tests/integration/method-illegal-combinations/expected/index.html +++ b/tests/integration/method-illegal-combinations/expected/index.html @@ -1,83 +1,70 @@

PHP method with allowed modifier combinations

-
-
abstract - final - final - +
abstract final final doSomething1 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
public - protected - +
public protected doSomething2 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
public - private - +
public private doSomething3 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
protected - private - +
protected private doSomething4 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
abstract - private - +
abstract private doSomething5 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
- diff --git a/tests/integration/method-legal-combinations/expected/index.html b/tests/integration/method-legal-combinations/expected/index.html index 381b5da..f639b87 100644 --- a/tests/integration/method-legal-combinations/expected/index.html +++ b/tests/integration/method-legal-combinations/expected/index.html @@ -1,153 +1,135 @@

PHP method with allowed modifier combinations

-
abstract - doSomething1 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
final - final - +
final final doSomething2 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
public - doSomething3 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
protected - doSomething4 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
private - doSomething5 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
static - doSomething6 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
public - static - +
public static doSomething7 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
protected - static - +
protected static doSomething8 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
final - private - final - +
final private final doSomething9 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
-
abstract - protected - +
abstract protected doSomething10 ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
- diff --git a/tests/integration/method-returns-fieldlist/expected/index.html b/tests/integration/method-returns-fieldlist/expected/index.html index a6b06db..65a2db8 100644 --- a/tests/integration/method-returns-fieldlist/expected/index.html +++ b/tests/integration/method-returns-fieldlist/expected/index.html @@ -1,26 +1,25 @@

PHP methods with return value

-
getDate ( ) - -
+
-

Get the date.

+ +

Get the date.

+
Returns:
-

Either false on failure, or the datetime object for method chaining.

+ +

Either false on failure, or the datetime object for method chaining.

-
- diff --git a/tests/integration/method-returns/expected/index.html b/tests/integration/method-returns/expected/index.html index abb5bd5..035e438 100644 --- a/tests/integration/method-returns/expected/index.html +++ b/tests/integration/method-returns/expected/index.html @@ -1,26 +1,23 @@

PHP methods with return value

-
getSomething ( ) - -
+
-

Lorem Ipsum

+ +

Lorem Ipsum

+
Returns:
Something not specified... -
-
- diff --git a/tests/integration/static-method/expected/index.html b/tests/integration/static-method/expected/index.html index f24e833..443a97c 100644 --- a/tests/integration/static-method/expected/index.html +++ b/tests/integration/static-method/expected/index.html @@ -1,21 +1,18 @@

PHP static method

-
static - doSomething ( string $whatever) : string - -
+
-

Do something

+ +

Do something

+
-
- diff --git a/tests/integration/trait-directive/expected/index.html b/tests/integration/trait-directive/expected/index.html index b8605e7..39da67b 100644 --- a/tests/integration/trait-directive/expected/index.html +++ b/tests/integration/trait-directive/expected/index.html @@ -1,52 +1,39 @@

PHP Trait

-
trait \TYPO3\CMS\Core\Context\ -ContextAwareTrait - -
+ContextAwareTrait
- public - const + public const FLAG_1 - - -
+
-
-
+
setContext ( Context $context) - -
+
-
-
+
getContext ( ) - -
+
-
-
- diff --git a/tests/integration/trait-with-link/expected/index.html b/tests/integration/trait-with-link/expected/index.html index 23eb449..9f99900 100644 --- a/tests/integration/trait-with-link/expected/index.html +++ b/tests/integration/trait-with-link/expected/index.html @@ -1,53 +1,42 @@

PHP Trait

-
trait \TYPO3\CMS\Core\Context\ -ContextAwareTrait - -
+ContextAwareTrait
- public - const + public const FLAG_1 - - -
+
-
-
+
setContext ( Context $context) - -
+
-
-
+
getContext ( ) - -
+
-
-

See also \TYPO3\CMS\Core\Context\ContextAwareTrait.

-
+

See also \TYPO3\CMS\Core\Context\ContextAwareTrait.

+