add fixed export
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko 2023-12-15 18:07:40 +01:00
parent 2747d53c50
commit 3ac3c884f0
No known key found for this signature in database
2 changed files with 18 additions and 3 deletions

View File

@ -86,9 +86,9 @@ class Jtl
$this->logger->info('No stock for warehouse ' . $w->getName());
}
if ($p->getGtin() == '0193128415976') {
dump($data[$p->getId() . $warehousesName]);
}
// if ($p->getGtin() == '0193128415983') {
// dump($data[$p->getId() . $warehousesName]);
// }
}
}

View File

@ -0,0 +1,15 @@
<?php
namespace App\Tests\Helper;
use App\Helper\Hiltes;
use PHPUnit\Framework\TestCase;
class HiltesTest extends TestCase
{
public function testLoginToHiltes()
{
}
}