Skip to content

Commit

Permalink
Reorganized unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Syroeshko committed Nov 15, 2015
1 parent ef3c3b8 commit c75056f
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tests/PhpWord/Collection/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Reader/Word2007Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
namespace PhpOffice\PhpWord\Reader;

use PhpOffice\PhpWord\IOFactory;
use PhpOffice\PhpWord\Reader\Word2007;

/**
* Test class for PhpOffice\PhpWord\Reader\Word2007
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/StyleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
namespace PhpOffice\PhpWord;

use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Style;

/**
* Test class for PhpOffice\PhpWord\Style
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/HTMLTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\HTML;

/**
* Test class for PhpOffice\PhpWord\Writer\HTML
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/ODText/Part/AbstractPartTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/ODTextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\ODText;

/**
* Test class for PhpOffice\PhpWord\Writer\ODText
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/PDFTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\Settings;
use PhpOffice\PhpWord\Writer\PDF;

/**
* Test class for PhpOffice\PhpWord\Writer\PDF
Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/RTFTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

use PhpOffice\PhpWord\PhpWord;
use PhpOffice\PhpWord\SimpleType\Jc;
use PhpOffice\PhpWord\Writer\RTF;

/**
* Test class for PhpOffice\PhpWord\Writer\RTF
Expand Down
2 changes: 0 additions & 2 deletions tests/PhpWord/Writer/Word2007/Part/AbstractPartTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpWord/Writer/Word2007/Style/FontTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion tests/PhpWord/Writer/Word2007Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
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
Expand Down

0 comments on commit c75056f

Please sign in to comment.