Compare commits
1 Commits
ec2bc0620a
...
3d77eb4a0b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d77eb4a0b |
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"KTXT\\ProviderJmapc\\": "tests/php/"
|
"KTXT\\MailManager\\Tests\\": "tests/php/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace KTXT;
|
namespace KTXT\MailManager\Tests\Unit;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user