Reorganized unit tests.

This commit is contained in:
Roman Syroeshko 2015-11-15 13:33:05 +04:00
parent c75bbf16a7
commit ef3c3b8a9d
125 changed files with 119 additions and 237 deletions

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\Autoloader;
/** /**
* Test class for PhpOffice\PhpWord\Autoloader * Test class for PhpOffice\PhpWord\Autoloader

View File

@ -7,10 +7,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Collection\Footnotes; use PhpOffice\PhpWord\Collection\Footnotes;
use PhpOffice\PhpWord\Element\Footnote;
/** /**
* Test class for PhpOffice\PhpWord\Element\Collection subnamespace * Test class for PhpOffice\PhpWord\Element\Collection subnamespace

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
/** /**
* Test class for PhpOffice\PhpWord\Element\AbstractElement * Test class for PhpOffice\PhpWord\Element\AbstractElement

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Cell;
/** /**
* Test class for PhpOffice\PhpWord\Element\Cell * Test class for PhpOffice\PhpWord\Element\Cell

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\CheckBox;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\Style\Font;

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Field;
/** /**
* Test class for PhpOffice\PhpWord\Element\Field * Test class for PhpOffice\PhpWord\Element\Field

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Footer;
/** /**
* Test class for PhpOffice\PhpWord\Element\Footer * Test class for PhpOffice\PhpWord\Element\Footer

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Footnote;
/** /**
* Test class for PhpOffice\PhpWord\Element\Footnote * Test class for PhpOffice\PhpWord\Element\Footnote

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Header;
/** /**
* Test class for PhpOffice\PhpWord\Element\Header * Test class for PhpOffice\PhpWord\Element\Header

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Image;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
/** /**

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Line;
/** /**
* Test class for PhpOffice\PhpWord\Element\Line * Test class for PhpOffice\PhpWord\Element\Line

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Link;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\Style\Font;
/** /**

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\ListItemRun;
/** /**
* Test class for PhpOffice\PhpWord\Element\ListItemRun * Test class for PhpOffice\PhpWord\Element\ListItemRun

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\ListItem;
/** /**
* Test class for PhpOffice\PhpWord\Element\ListItem * Test class for PhpOffice\PhpWord\Element\ListItem

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Object;
/** /**
* Test class for PhpOffice\PhpWord\Element\Object * Test class for PhpOffice\PhpWord\Element\Object

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\PageBreak;
/** /**
* Test class for PhpOffice\PhpWord\Element\PageBreak * Test class for PhpOffice\PhpWord\Element\PageBreak

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\PreserveText;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
/** /**

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Row;
/** /**
* Test class for PhpOffice\PhpWord\Element\Row * Test class for PhpOffice\PhpWord\Element\Row

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\SDT;
/** /**
* Test class for PhpOffice\PhpWord\Element\SDT * Test class for PhpOffice\PhpWord\Element\SDT

View File

@ -15,10 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Header;
use PhpOffice\PhpWord\Element\Section;
use PhpOffice\PhpWord\Exception\Exception; use PhpOffice\PhpWord\Exception\Exception;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Style; use PhpOffice\PhpWord\Style;

View File

@ -15,10 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Title;
use PhpOffice\PhpWord\Element\TOC;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
/** /**

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Table;
/** /**
* Test class for PhpOffice\PhpWord\Element\Table * Test class for PhpOffice\PhpWord\Element\Table

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\TextBox;
/** /**
* Test class for PhpOffice\PhpWord\Element\TextBox * Test class for PhpOffice\PhpWord\Element\TextBox

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\TextBreak;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\Style\Font;
use PhpOffice\PhpWord\Style\Paragraph; use PhpOffice\PhpWord\Style\Paragraph;

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\TextRun;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
/** /**

View File

@ -15,9 +15,8 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Text;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\Style\Font;

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Element; namespace PhpOffice\PhpWord\Element;
use PhpOffice\PhpWord\Element\Title;
/** /**
* Test class for PhpOffice\PhpWord\Element\Title * Test class for PhpOffice\PhpWord\Element\Title

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\CopyFileException;
/** /**
* @covers \PhpOffice\PhpWord\Exception\CopyFileException * @covers \PhpOffice\PhpWord\Exception\CopyFileException

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\CreateTemporaryFileException;
/** /**
* @covers \PhpOffice\PhpWord\Exception\CreateTemporaryFileException * @covers \PhpOffice\PhpWord\Exception\CreateTemporaryFileException

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\Exception;
/** /**
* Test class for PhpOffice\PhpWord\Exception\Exception * Test class for PhpOffice\PhpWord\Exception\Exception

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\InvalidImageException;
/** /**
* Test class for PhpOffice\PhpWord\Exception\InvalidImageException * Test class for PhpOffice\PhpWord\Exception\InvalidImageException

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\InvalidStyleException;
/** /**
* Test class for PhpOffice\PhpWord\Exception\InvalidStyleException * Test class for PhpOffice\PhpWord\Exception\InvalidStyleException

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Exception; namespace PhpOffice\PhpWord\Exception;
use PhpOffice\PhpWord\Exception\UnsupportedImageTypeException;
/** /**
* Test class for PhpOffice\PhpWord\Exception\UnsupportedImageTypeExceptionTest * Test class for PhpOffice\PhpWord\Exception\UnsupportedImageTypeExceptionTest

View File

@ -15,10 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\IOFactory;
use PhpOffice\PhpWord\PhpWord;
/** /**
* Test class for PhpOffice\PhpWord\IOFactory * Test class for PhpOffice\PhpWord\IOFactory

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\Element\Image; use PhpOffice\PhpWord\Element\Image;
use PhpOffice\PhpWord\Media;
/** /**
* Test class for PhpOffice\PhpWord\Media * Test class for PhpOffice\PhpWord\Media

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Metadata; namespace PhpOffice\PhpWord\Metadata;
use PhpOffice\PhpWord\Metadata\DocInfo;
/** /**
* Test class for PhpOffice\PhpWord\Metadata\DocInfo * Test class for PhpOffice\PhpWord\Metadata\DocInfo

View File

@ -15,11 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\Metadata\DocInfo; use PhpOffice\PhpWord\Metadata\DocInfo;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Style; use PhpOffice\PhpWord\Style;
/** /**

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Reader; namespace PhpOffice\PhpWord\Reader;
use PhpOffice\PhpWord\IOFactory; use PhpOffice\PhpWord\IOFactory;

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Reader; namespace PhpOffice\PhpWord\Reader;
use PhpOffice\PhpWord\IOFactory; use PhpOffice\PhpWord\IOFactory;

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Reader; namespace PhpOffice\PhpWord\Reader;
use PhpOffice\PhpWord\IOFactory; use PhpOffice\PhpWord\IOFactory;

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Reader; namespace PhpOffice\PhpWord\Reader;
use PhpOffice\PhpWord\IOFactory; use PhpOffice\PhpWord\IOFactory;
use PhpOffice\PhpWord\Reader\Word2007; use PhpOffice\PhpWord\Reader\Word2007;

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\Settings;
/** /**
* Test class for PhpOffice\PhpWord\Settings * Test class for PhpOffice\PhpWord\Settings
@ -134,9 +132,9 @@ class SettingsTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($expected, Settings::loadConfig()); $this->assertEquals($expected, Settings::loadConfig());
// Test with valid file // Test with valid file
$this->assertEquals($expected, Settings::loadConfig(__DIR__ . '/../../../phpword.ini.dist')); $this->assertEquals($expected, Settings::loadConfig(__DIR__ . '/../../phpword.ini.dist'));
// Test with invalid file // Test with invalid file
$this->assertEmpty(Settings::loadConfig(__DIR__ . '/../../../phpunit.xml.dist')); $this->assertEmpty(Settings::loadConfig(__DIR__ . '/../../phpunit.xml.dist'));
} }
} }

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Shared\Converter;
/** /**
* Test class for PhpOffice\PhpWord\Shared\Converter * Test class for PhpOffice\PhpWord\Shared\Converter

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Element\Section; use PhpOffice\PhpWord\Element\Section;
use PhpOffice\PhpWord\Shared\Html;
/** /**
* Test class for PhpOffice\PhpWord\Shared\Html * Test class for PhpOffice\PhpWord\Shared\Html

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Shared\String;
/** /**
* Test class for PhpOffice\PhpWord\Shared\String * Test class for PhpOffice\PhpWord\Shared\String

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Shared\XMLReader;
/** /**
* Test class for PhpOffice\PhpWord\Shared\XMLReader * Test class for PhpOffice\PhpWord\Shared\XMLReader

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Shared\XMLWriter;
/** /**
* Test class for PhpOffice\PhpWord\Shared\XMLWriter * Test class for PhpOffice\PhpWord\Shared\XMLWriter

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Shared; namespace PhpOffice\PhpWord\Shared;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Shared\ZipArchive;
/** /**
* Test class for PhpOffice\PhpWord\Shared\ZipArchive * Test class for PhpOffice\PhpWord\Shared\ZipArchive

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
/** /**
* Test class for PhpOffice\PhpWord\Style\AbstractStyle * Test class for PhpOffice\PhpWord\Style\AbstractStyle

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Cell;
/** /**
* Test class for PhpOffice\PhpWord\Style\Cell * Test class for PhpOffice\PhpWord\Style\Cell

View File

@ -15,12 +15,11 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\TestHelperDOCX;
use PhpOffice\PhpWord\Tests\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Style\Font * Test class for PhpOffice\PhpWord\Style\Font

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\Image;
/** /**
* Test class for PhpOffice\PhpWord\Style\Image * Test class for PhpOffice\PhpWord\Style\Image

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Indentation;
/** /**
* Test class for PhpOffice\PhpWord\Style\Indentation * Test class for PhpOffice\PhpWord\Style\Indentation

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\LineNumbering;
/** /**
* Test class for PhpOffice\PhpWord\Style\LineNumbering * Test class for PhpOffice\PhpWord\Style\LineNumbering

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Line;
/** /**
* Test class for PhpOffice\PhpWord\Style\Image * Test class for PhpOffice\PhpWord\Style\Image

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\ListItem;
/** /**
* Test class for PhpOffice\PhpWord\Style\ListItem * Test class for PhpOffice\PhpWord\Style\ListItem

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\NumberingLevel;
/** /**
* Test class for PhpOffice\PhpWord\Style\NumberingLevel * Test class for PhpOffice\PhpWord\Style\NumberingLevel

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Numbering;
/** /**
* Test class for PhpOffice\PhpWord\Style\Numbering * Test class for PhpOffice\PhpWord\Style\Numbering

View File

@ -15,12 +15,10 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Style\Paragraph; use PhpOffice\PhpWord\TestHelperDOCX;
use PhpOffice\PhpWord\Style\Tab;
use PhpOffice\PhpWord\Tests\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Style\Paragraph * Test class for PhpOffice\PhpWord\Style\Paragraph

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Row;
/** /**
* Test class for PhpOffice\PhpWord\Style\Row * Test class for PhpOffice\PhpWord\Style\Row

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Section;
/** /**
* Test class for PhpOffice\PhpWord\Style\Section * Test class for PhpOffice\PhpWord\Style\Section

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Shading;
/** /**
* Test class for PhpOffice\PhpWord\Style\Shading * Test class for PhpOffice\PhpWord\Style\Shading

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Spacing;
/** /**
* Test class for PhpOffice\PhpWord\Style\Spacing * Test class for PhpOffice\PhpWord\Style\Spacing

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\TOC;
/** /**
* Test class for PhpOffice\PhpWord\Style\TOC * Test class for PhpOffice\PhpWord\Style\TOC

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\Style\Tab;
/** /**
* Test class for PhpOffice\PhpWord\Style\Tab * Test class for PhpOffice\PhpWord\Style\Tab

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\SimpleType\JcTable; use PhpOffice\PhpWord\SimpleType\JcTable;
use PhpOffice\PhpWord\Style\Table;
/** /**
* Test class for PhpOffice\PhpWord\Style\Table * Test class for PhpOffice\PhpWord\Style\Table

View File

@ -15,10 +15,9 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Style; namespace PhpOffice\PhpWord\Style;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\TextBox;
/** /**
* Test class for PhpOffice\PhpWord\Style\Image * Test class for PhpOffice\PhpWord\Style\Image

View File

@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style; use PhpOffice\PhpWord\Style;

View File

@ -15,9 +15,7 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests; namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\TemplateProcessor;
/** /**
* @covers \PhpOffice\PhpWord\TemplateProcessor * @covers \PhpOffice\PhpWord\TemplateProcessor

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\HTML; namespace PhpOffice\PhpWord\Writer\HTML;
use PhpOffice\PhpWord\Element\Text as TextElement; use PhpOffice\PhpWord\Element\Text as TextElement;
use PhpOffice\PhpWord\Writer\HTML\Element\Text;
use PhpOffice\PhpWord\Writer\HTML; use PhpOffice\PhpWord\Writer\HTML;
use PhpOffice\PhpWord\Writer\HTML\Element\Text;
/** /**
* Test class for PhpOffice\PhpWord\Writer\HTML\Element subnamespace * Test class for PhpOffice\PhpWord\Writer\HTML\Element subnamespace

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\HTML; namespace PhpOffice\PhpWord\Writer\HTML;
use PhpOffice\PhpWord\Writer\HTML\Part\Body; use PhpOffice\PhpWord\Writer\HTML\Part\Body;

View File

@ -14,9 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\HTML; namespace PhpOffice\PhpWord\Writer\HTML;
use PhpOffice\PhpWord\Shared\XMLWriter;
/** /**
* Test class for PhpOffice\PhpWord\Writer\HTML\Style subnamespace * Test class for PhpOffice\PhpWord\Writer\HTML\Style subnamespace

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer; namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\ODText; namespace PhpOffice\PhpWord\Writer\ODText;
use PhpOffice\PhpWord\Shared\XMLWriter; use PhpOffice\PhpWord\Shared\XMLWriter;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\ODText\Part; namespace PhpOffice\PhpWord\Writer\ODText\Part;
use PhpOffice\PhpWord\Writer\ODText; use PhpOffice\PhpWord\Writer\ODText;
use PhpWord\Tests\TestHelperDOCX; use PhpWord\Tests\TestHelperDOCX;

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\ODText\Part; namespace PhpOffice\PhpWord\Writer\ODText\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\ODText\Part\Content * Test class for PhpOffice\PhpWord\Writer\ODText\Part\Content

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\ODText; namespace PhpOffice\PhpWord\Writer\ODText;
use PhpOffice\PhpWord\Shared\XMLWriter; use PhpOffice\PhpWord\Shared\XMLWriter;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer; namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\PDF; namespace PhpOffice\PhpWord\Writer\PDF;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\PDF; namespace PhpOffice\PhpWord\Writer\PDF;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\PDF; namespace PhpOffice\PhpWord\Writer\PDF;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer; namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings; use PhpOffice\PhpWord\Settings;

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\RTF; namespace PhpOffice\PhpWord\Writer\RTF;
use PhpOffice\PhpWord\Writer\RTF; use PhpOffice\PhpWord\Writer\RTF;

View File

@ -14,9 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\RTF; namespace PhpOffice\PhpWord\Writer\RTF;
use PhpOffice\PhpWord\Shared\XMLWriter;
/** /**
* Test class for PhpOffice\PhpWord\Writer\RTF\Style subnamespace * Test class for PhpOffice\PhpWord\Writer\RTF\Style subnamespace

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer; namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007; namespace PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Shared\XMLWriter; use PhpOffice\PhpWord\Shared\XMLWriter;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Element subnamespace * Test class for PhpOffice\PhpWord\Writer\Word2007\Element subnamespace

View File

@ -14,10 +14,10 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\Writer\Word2007\Part\AbstractWriterPart;
use PhpOffice\PhpWord\Writer\Word2007; use PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Writer\Word2007\Part\AbstractWriterPart;
use PhpWord\Tests\TestHelperDOCX; use PhpWord\Tests\TestHelperDOCX;
/** /**

View File

@ -14,12 +14,12 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style\Font; use PhpOffice\PhpWord\Style\Font;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Document * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Document

View File

@ -14,10 +14,9 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\Writer\Word2007; use PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Writer\Word2007\Part\Footer;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Footer * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Footer

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Notes * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Notes

View File

@ -14,10 +14,9 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\Writer\Word2007; use PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Writer\Word2007\Part\Header;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Header * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Header

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Numbering * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Numbering

View File

@ -14,10 +14,10 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Settings * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Settings

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Styles * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Styles

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007; namespace PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Writer\Word2007\Part\RelsPart; use PhpOffice\PhpWord\Writer\Word2007\Part\RelsPart;

View File

@ -14,9 +14,9 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007\Part; namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
/** /**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Style\Font * Test class for PhpOffice\PhpWord\Writer\Word2007\Style\Font

View File

@ -14,7 +14,7 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer\Word2007; namespace PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Shared\XMLWriter; use PhpOffice\PhpWord\Shared\XMLWriter;

View File

@ -14,11 +14,11 @@
* @copyright 2010-2014 PHPWord contributors * @copyright 2010-2014 PHPWord contributors
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/ */
namespace PhpOffice\PhpWord\Tests\Writer; namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord; use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc; use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Tests\TestHelperDOCX; use PhpOffice\PhpWord\TestHelperDOCX;
use PhpOffice\PhpWord\Writer\Word2007; use PhpOffice\PhpWord\Writer\Word2007;
/** /**

Some files were not shown because too many files have changed in this diff Show More