Improved structure of the PartKeepr import

This commit is contained in:
Jan Böhmer 2023-03-25 00:25:18 +01:00
parent c972f0ac59
commit 46beb21ba7
8 changed files with 652 additions and 519 deletions

View file

@ -20,7 +20,7 @@
namespace App\Tests\Services\Misc;
use App\Services\Misc\MySQLDumpXMLConverter;
use App\Services\ImportExportSystem\PartKeeprImporter\MySQLDumpXMLConverter;
use PHPUnit\Framework\TestCase;
class MySQLDumpXMLConverterTest extends TestCase