This commit is contained in:
parent
2747d53c50
commit
3ac3c884f0
@ -86,9 +86,9 @@ class Jtl
|
|||||||
$this->logger->info('No stock for warehouse ' . $w->getName());
|
$this->logger->info('No stock for warehouse ' . $w->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($p->getGtin() == '0193128415976') {
|
// if ($p->getGtin() == '0193128415983') {
|
||||||
dump($data[$p->getId() . $warehousesName]);
|
// dump($data[$p->getId() . $warehousesName]);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
15
tests/Helper/HiltesTest.php
Normal file
15
tests/Helper/HiltesTest.php
Normal 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()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user