We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2e18a commit 0e97c2eCopy full SHA for 0e97c2e
composer.json
@@ -18,12 +18,12 @@
18
},
19
"autoload": {
20
"psr-4": {
21
- "mikehaertl\\wkhtmlto\\": "src/"
+ "mikehaertl\\wkhtmlto\\": "src"
22
}
23
24
"autoload-dev": {
25
26
- "mikehaertl\\wkhtmlto\\tests\\": "tests/"
+ "tests\\": "tests"
27
28
29
"require-dev": {
tests/ImageTest.php
@@ -1,5 +1,5 @@
1
<?php
2
-namespace mikehaertl\wkhtmlto\tests;
+namespace tests;
3
4
use PHPUnit\Framework\TestCase;
5
use mikehaertl\wkhtmlto\Image;
tests/PdfTest.php
use mikehaertl\wkhtmlto\Pdf;
0 commit comments