CdsConnector/tests/Shopware/OrdersTest.php
2022-06-28 17:20:37 +02:00

14 lines
196 B
PHP

<?php
namespace App\Tests\Shopware;
use PHPUnit\Framework\TestCase;
class OrdersTest extends TestCase
{
public function testSomething(): void
{
$this->assertTrue(true);
}
}