Skip to content

Commit

Permalink
[DX] Cleanup covered multline doc printer test (#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Aug 9, 2023
1 parent fcfddd9 commit 484a38b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public static function provideData(): Iterator
yield [__DIR__ . '/Source/Multiline/multiline1.txt', new Nop()];
yield [__DIR__ . '/Source/Multiline/multiline2.txt', new Nop()];
yield [__DIR__ . '/Source/Multiline/multiline3.txt', new Nop()];
yield [__DIR__ . '/Source/Multiline/multiline4.txt', new Nop()];
yield [__DIR__ . '/Source/Multiline/multiline5.txt', new Nop()];
}

/**
Expand All @@ -56,9 +54,6 @@ public static function provideDataForProperty(): Iterator
$property = self::createPublicPropertyUnderClass('anotherProperty');
yield [__DIR__ . '/Source/Multiline/assert_serialize.txt', $property];

$property = self::createPublicPropertyUnderClass('anotherSerializeSingleLine');
yield [__DIR__ . '/Source/Multiline/assert_serialize_single_line.txt', $property];

$property = self::createPublicPropertyUnderClass('someProperty');
yield [__DIR__ . '/Source/Multiline/multiline6.txt', $property];

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 484a38b

Please sign in to comment.