From 36c03d4f157ccce8c293eab5a280aa163dcfd98e Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Wed, 12 Mar 2014 20:13:06 +0400 Subject: [PATCH] https://github.com/PHPOffice/PHPWord/issues/43 Redundant imports of PHPUnit_Framework_TestCase were removed. --- Tests/PHPWord/AutoloaderTest.php | 3 +-- Tests/PHPWord/IOFactoryTest.php | 1 - Tests/PHPWord/MediaTest.php | 1 - Tests/PHPWord/Reader/Word2007Test.php | 1 - Tests/PHPWord/Section/Footer/PreserveTextTest.php | 1 - Tests/PHPWord/Section/FooterTest.php | 1 - Tests/PHPWord/Section/FootnoteTest.php | 1 - Tests/PHPWord/Section/HeaderTest.php | 1 - Tests/PHPWord/Section/ImageTest.php | 1 - Tests/PHPWord/Section/LinkTest.php | 1 - Tests/PHPWord/Section/ListItemTest.php | 1 - Tests/PHPWord/Section/MemoryImageTest.php | 1 - Tests/PHPWord/Section/ObjectTest.php | 1 - Tests/PHPWord/Section/PageBreakTest.php | 1 - Tests/PHPWord/Section/SettingsTest.php | 1 - Tests/PHPWord/Section/Table/CellTest.php | 1 - Tests/PHPWord/Section/Table/RowTest.php | 1 - Tests/PHPWord/Section/TableTest.php | 1 - Tests/PHPWord/Section/TextBreakTest.php | 1 - Tests/PHPWord/Section/TextRunTest.php | 1 - Tests/PHPWord/Section/TextTest.php | 1 - Tests/PHPWord/Section/TitleTest.php | 1 - Tests/PHPWord/SectionTest.php | 1 - Tests/PHPWord/Shared/DrawingTest.php | 1 - Tests/PHPWord/Shared/FileTest.php | 1 - Tests/PHPWord/Shared/FontTest.php | 1 - Tests/PHPWord/Shared/StringTest.php | 1 - Tests/PHPWord/Style/CellTest.php | 1 - Tests/PHPWord/Style/FontTest.php | 1 - Tests/PHPWord/Style/ImageTest.php | 1 - Tests/PHPWord/Style/ListItemTest.php | 1 - Tests/PHPWord/Style/ParagraphTest.php | 1 - Tests/PHPWord/Style/RowTest.php | 1 - Tests/PHPWord/Style/TOCTest.php | 1 - Tests/PHPWord/Style/TableFullTest.php | 1 - Tests/PHPWord/Style/TableTest.php | 1 - Tests/PHPWord/Style/TabsTest.php | 1 - Tests/PHPWord/TOCTest.php | 3 +-- Tests/PHPWord/Writer/ODTextTest.php | 1 - Tests/PHPWord/Writer/RTFTest.php | 1 - Tests/PHPWord/Writer/Word2007/BaseTest.php | 1 - Tests/PHPWord/Writer/Word2007/DocumentTest.php | 1 - Tests/PHPWord/Writer/Word2007/StylesTest.php | 1 - Tests/PHPWord/Writer/Word2007Test.php | 1 - Tests/PHPWordTest.php | 3 +-- 45 files changed, 3 insertions(+), 48 deletions(-) diff --git a/Tests/PHPWord/AutoloaderTest.php b/Tests/PHPWord/AutoloaderTest.php index d8882f9f..03e16db0 100644 --- a/Tests/PHPWord/AutoloaderTest.php +++ b/Tests/PHPWord/AutoloaderTest.php @@ -1,11 +1,10 @@