Reorganized unit tests.

This commit is contained in:
Roman Syroeshko 2015-11-15 21:22:29 +04:00
parent ef3c3b8a9d
commit c75056f076
11 changed files with 4 additions and 14 deletions

View File

@ -7,12 +7,12 @@
* @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
*/
namespace PhpOffice\PhpWord\Element;
namespace PhpOffice\PhpWord\Collection;
use PhpOffice\PhpWord\Collection\Footnotes;
use PhpOffice\PhpWord\Element\Footnote;
/**
* Test class for PhpOffice\PhpWord\Element\Collection subnamespace
* Test class for PhpOffice\PhpWord\Collection subnamespace
*
* Using concrete class Footnotes instead of AbstractCollection
*/

View File

@ -18,7 +18,6 @@
namespace PhpOffice\PhpWord\Reader;
use PhpOffice\PhpWord\IOFactory;
use PhpOffice\PhpWord\Reader\Word2007;
/**
* Test class for PhpOffice\PhpWord\Reader\Word2007

View File

@ -18,7 +18,6 @@
namespace PhpOffice\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style;
/**
* Test class for PhpOffice\PhpWord\Style

View File

@ -18,7 +18,6 @@ namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\HTML;
/**
* Test class for PhpOffice\PhpWord\Writer\HTML

View File

@ -17,7 +17,6 @@
namespace PhpOffice\PhpWord\Writer\ODText\Part;
use PhpOffice\PhpWord\Writer\ODText;
use PhpWord\Tests\TestHelperDOCX;
/**
* Test class for PhpOffice\PhpWord\Writer\ODText\Part\AbstractPart

View File

@ -18,7 +18,6 @@ namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\ODText;
/**
* Test class for PhpOffice\PhpWord\Writer\ODText

View File

@ -18,7 +18,6 @@ namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Writer\PDF;
/**
* Test class for PhpOffice\PhpWord\Writer\PDF

View File

@ -18,7 +18,6 @@ namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\RTF;
/**
* Test class for PhpOffice\PhpWord\Writer\RTF

View File

@ -17,8 +17,6 @@
namespace PhpOffice\PhpWord\Writer\Word2007\Part;
use PhpOffice\PhpWord\Writer\Word2007;
use PhpOffice\PhpWord\Writer\Word2007\Part\AbstractWriterPart;
use PhpWord\Tests\TestHelperDOCX;
/**
* Test class for PhpOffice\PhpWord\Writer\Word2007\Part\AbstractWriterPart

View File

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

View File

@ -19,7 +19,6 @@ namespace PhpOffice\PhpWord\Writer;
use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\TestHelperDOCX;
use PhpOffice\PhpWord\Writer\Word2007;
/**
* Test class for PhpOffice\PhpWord\Writer\Word2007