Skip to content

Commit a7444cb

Browse files
committed
Changed tests namespace to reflect the namespace of the source code
1 parent e893b35 commit a7444cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+73
-63
lines changed

test/PhpWord/AutoloaderTest.php renamed to test/PhpWord/Tests/AutoloaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests;
2+
namespace PhpOffice\PhpWord\Tests;
33

44
use PhpOffice\PhpWord\Autoloader;
55

test/PhpWord/DocumentPropertiesTest.php renamed to test/PhpWord/Tests/DocumentPropertiesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests;
2+
namespace PhpOffice\PhpWord\Tests;
33

44
use PhpOffice\PhpWord\DocumentProperties;
55

test/PhpWord/Exceptions/ExceptionTest.php renamed to test/PhpWord/Tests/Exceptions/ExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests\Exceptions;
2+
namespace PhpOffice\PhpWord\Tests\Exceptions;
33

44
use PhpOffice\PhpWord\Exceptions\Exception;
55

test/PhpWord/Exceptions/InvalidImageExceptionTest.php renamed to test/PhpWord/Tests/Exceptions/InvalidImageExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests\Exceptions;
2+
namespace PhpOffice\PhpWord\Tests\Exceptions;
33

44
use PhpOffice\PhpWord\Exceptions\InvalidImageException;
55

test/PhpWord/Exceptions/InvalidStyleExceptionTest.php renamed to test/PhpWord/Tests/Exceptions/InvalidStyleExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests\Exceptions;
2+
namespace PhpOffice\PhpWord\Tests\Exceptions;
33

44
use PhpOffice\PhpWord\Exceptions\InvalidStyleException;
55

test/PhpWord/Exceptions/UnsupportedImageTypeExceptionTest.php renamed to test/PhpWord/Tests/Exceptions/UnsupportedImageTypeExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests\Exceptions;
2+
namespace PhpOffice\PhpWord\Tests\Exceptions;
33

44
use PhpOffice\PhpWord\Exceptions\UnsupportedImageTypeException;
55

test/PhpWord/IOFactoryTest.php renamed to test/PhpWord/Tests/IOFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests;
2+
namespace PhpOffice\PhpWord\Tests;
33

44
use PhpOffice\PhpWord\PhpWord;
55
use PhpOffice\PhpWord\IOFactory;

test/PhpWord/MediaTest.php renamed to test/PhpWord/Tests/MediaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests;
2+
namespace PhpOffice\PhpWord\Tests;
33

44
use PhpOffice\PhpWord\Media;
55
use PhpOffice\PhpWord\Section;

test/PhpWord/PhpWordTest.php renamed to test/PhpWord/Tests/PhpWordTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests;
2+
namespace PhpOffice\PhpWord\Tests;
33

44
use PhpOffice\PhpWord\PhpWord;
55
use PhpOffice\PhpWord\DocumentProperties;

test/PhpWord/Reader/Word2007Test.php renamed to test/PhpWord/Tests/Reader/Word2007Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace PhpWord\Tests\Reader;
2+
namespace PhpOffice\PhpWord\Tests\Reader;
33

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

0 commit comments

Comments
 (0)