Compare commits

..

1 Commits

Author SHA1 Message Date
3d77eb4a0b chore: implemement basic tests
Some checks failed
JS Unit Tests / test (pull_request) Successful in 22s
Build Test / test (pull_request) Successful in 25s
PHP Unit Tests / test (pull_request) Failing after 51s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-15 22:25:33 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"KTXT\\ProviderJmapc\\": "tests/php/" "KTXT\\MailManager\\Tests\\": "tests/php/"
} }
}, },
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
<?php <?php
namespace KTXT; namespace KTXT\MailManager\Tests\Unit;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;