Skip to content

Commit 4cd30bc

Browse files
committed
FIXED : Some namespace errors
1 parent fe99621 commit 4cd30bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Common/Tests/FileTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace PhpOffice\Common\Tests;
1818

19-
use PhpOffice\Common\Shared\File;
19+
use PhpOffice\Common\File;
2020

2121
/**
2222
* Test class for File

tests/Common/Tests/FontTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace PhpOffice\Common\Tests;
1818

19-
use PhpOffice\Common\Shared\Font;
19+
use PhpOffice\Common\Font;
2020

2121
/**
2222
* Test class for Font

tests/Common/Tests/StringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace PhpOffice\Common\Tests;
1818

19-
use PhpOffice\Common\Shared\String;
19+
use PhpOffice\Common\String;
2020

2121
/**
2222
* Test class for String

0 commit comments

Comments
 (0)