We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe99621 commit 4cd30bcCopy full SHA for 4cd30bc
tests/Common/Tests/FileTest.php
@@ -16,7 +16,7 @@
16
17
namespace PhpOffice\Common\Tests;
18
19
-use PhpOffice\Common\Shared\File;
+use PhpOffice\Common\File;
20
21
/**
22
* Test class for File
tests/Common/Tests/FontTest.php
-use PhpOffice\Common\Shared\Font;
+use PhpOffice\Common\Font;
* Test class for Font
tests/Common/Tests/StringTest.php
-use PhpOffice\Common\Shared\String;
+use PhpOffice\Common\String;
* Test class for String
0 commit comments