From 1ceb48a6402464768fca30f05a0fca6e0fd1be86 Mon Sep 17 00:00:00 2001 From: Philipp Roos <9133572+kw-pr@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:04:01 +0100 Subject: [PATCH] chore: run php-cs-fixer tests --- tests/PhpPresentation/Tests/AbstractShapeTest.php | 1 + tests/PhpPresentation/Tests/AutoloaderTest.php | 1 + tests/PhpPresentation/Tests/DocumentLayoutTest.php | 1 + tests/PhpPresentation/Tests/DocumentPropertiesTest.php | 1 + tests/PhpPresentation/Tests/HashTableTest.php | 1 + tests/PhpPresentation/Tests/IOFactoryTest.php | 1 + tests/PhpPresentation/Tests/PhpPresentationTest.php | 1 + tests/PhpPresentation/Tests/PresentationPropertiesTest.php | 1 + tests/PhpPresentation/Tests/Reader/ODPresentationTest.php | 1 + tests/PhpPresentation/Tests/Reader/PowerPoint2007Test.php | 1 + tests/PhpPresentation/Tests/Reader/PowerPoint97Test.php | 1 + tests/PhpPresentation/Tests/Reader/SerializedTest.php | 1 + tests/PhpPresentation/Tests/Shape/AbstractGraphicTest.php | 1 + tests/PhpPresentation/Tests/Shape/AutoShapeTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/AxisTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/GridlinesTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/LegendTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/MarkerTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/PlotAreaTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/SeriesTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/TitleTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/AbstractTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/AreaTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/Bar3DTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/BarTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/DoughnutTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/LineTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/Pie3DTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/PieTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/RadarTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/Type/ScatterTest.php | 1 + tests/PhpPresentation/Tests/Shape/Chart/View3DTest.php | 1 + tests/PhpPresentation/Tests/Shape/ChartTest.php | 1 + tests/PhpPresentation/Tests/Shape/Comment/AuthorTest.php | 1 + tests/PhpPresentation/Tests/Shape/CommentTest.php | 1 + tests/PhpPresentation/Tests/Shape/Drawing/Base64Test.php | 1 + tests/PhpPresentation/Tests/Shape/Drawing/FileTest.php | 1 + tests/PhpPresentation/Tests/Shape/Drawing/ZipFileTest.php | 1 + tests/PhpPresentation/Tests/Shape/GroupTest.php | 1 + tests/PhpPresentation/Tests/Shape/HyperlinkTest.php | 1 + tests/PhpPresentation/Tests/Shape/LineTest.php | 1 + tests/PhpPresentation/Tests/Shape/MediaTest.php | 1 + tests/PhpPresentation/Tests/Shape/PlaceholderTest.php | 1 + tests/PhpPresentation/Tests/Shape/RichText/BreakElementTest.php | 1 + tests/PhpPresentation/Tests/Shape/RichText/ParagraphTest.php | 1 + tests/PhpPresentation/Tests/Shape/RichText/RunTest.php | 1 + tests/PhpPresentation/Tests/Shape/RichText/TextElementTest.php | 1 + tests/PhpPresentation/Tests/Shape/RichTextTest.php | 1 + tests/PhpPresentation/Tests/Shape/Table/CellTest.php | 1 + tests/PhpPresentation/Tests/Shape/Table/RowTest.php | 1 + tests/PhpPresentation/Tests/Shape/TableTest.php | 1 + tests/PhpPresentation/Tests/Slide/AbstractSlideTest.php | 1 + tests/PhpPresentation/Tests/Slide/AnimationTest.php | 1 + tests/PhpPresentation/Tests/Slide/Background/ColorTest.php | 1 + tests/PhpPresentation/Tests/Slide/Background/ImageTest.php | 1 + tests/PhpPresentation/Tests/Slide/Background/SchemeColorTest.php | 1 + tests/PhpPresentation/Tests/Slide/IteratorTest.php | 1 + tests/PhpPresentation/Tests/Slide/NoteTest.php | 1 + tests/PhpPresentation/Tests/Slide/SlideLayoutTest.php | 1 + tests/PhpPresentation/Tests/Slide/SlideMasterTest.php | 1 + tests/PhpPresentation/Tests/Slide/TransitionTest.php | 1 + tests/PhpPresentation/Tests/SlideTest.php | 1 + tests/PhpPresentation/Tests/Style/AlignmentTest.php | 1 + tests/PhpPresentation/Tests/Style/BorderTest.php | 1 + tests/PhpPresentation/Tests/Style/BordersTest.php | 1 + tests/PhpPresentation/Tests/Style/BulletTest.php | 1 + tests/PhpPresentation/Tests/Style/ColorMapTest.php | 1 + tests/PhpPresentation/Tests/Style/ColorTest.php | 1 + tests/PhpPresentation/Tests/Style/FillTest.php | 1 + tests/PhpPresentation/Tests/Style/FontTest.php | 1 + tests/PhpPresentation/Tests/Style/OutlineTest.php | 1 + tests/PhpPresentation/Tests/Style/ShadowTest.php | 1 + tests/PhpPresentation/Tests/Style/TextStyleTest.php | 1 + tests/PhpPresentation/Tests/Writer/AbstractWriter.php | 1 + tests/PhpPresentation/Tests/Writer/AbstractWriterTest.php | 1 + .../PhpPresentation/Tests/Writer/ODPresentation/ContentTest.php | 1 + .../Tests/Writer/ODPresentation/MetaInfManifestTest.php | 1 + tests/PhpPresentation/Tests/Writer/ODPresentation/MetaTest.php | 1 + .../Tests/Writer/ODPresentation/ObjectsChartTest.php | 1 + tests/PhpPresentation/Tests/Writer/ODPresentation/StylesTest.php | 1 + tests/PhpPresentation/Tests/Writer/ODPresentationTest.php | 1 + .../Tests/Writer/PowerPoint2007/CommentAuthorsTest.php | 1 + .../Tests/Writer/PowerPoint2007/DocPropsAppTest.php | 1 + .../Tests/Writer/PowerPoint2007/DocPropsCoreTest.php | 1 + .../Tests/Writer/PowerPoint2007/DocPropsCustomTest.php | 1 + .../Tests/Writer/PowerPoint2007/DocPropsThumbnailTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptChartsTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptCommentsTest.php | 1 + .../PhpPresentation/Tests/Writer/PowerPoint2007/PptMediaTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptPresPropsTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptPresentationTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptSlideMastersTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptSlidesTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptTablePropsTest.php | 1 + .../Tests/Writer/PowerPoint2007/PptViewPropsTest.php | 1 + .../Tests/Writer/PowerPoint2007/RelationshipsTest.php | 1 + tests/PhpPresentation/Tests/Writer/PowerPoint2007Test.php | 1 + tests/PhpPresentation/Tests/Writer/SerializedTest.php | 1 + .../PhpPresentation/Tests/_includes/PhpPresentationTestCase.php | 1 + tests/bootstrap.php | 1 + 100 files changed, 100 insertions(+) diff --git a/tests/PhpPresentation/Tests/AbstractShapeTest.php b/tests/PhpPresentation/Tests/AbstractShapeTest.php index d254cc5eb..b447d6302 100644 --- a/tests/PhpPresentation/Tests/AbstractShapeTest.php +++ b/tests/PhpPresentation/Tests/AbstractShapeTest.php @@ -1,4 +1,5 @@