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