for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* PHP version 7
*
* @author MET <[email protected]>
* @copyright 2022 TechDivision GmbH <[email protected]>
* @license https://opensource.org/licenses/MIT
* @link https://github.com/techdivision/import-ee
* @link http://www.techdivision.com
*/
namespace TechDivision\Import\Product\Link\Observer;
use PHPUnit\Framework\TestCase;
* Dummy Test for workflow
class ImportProductMsiTest extends TestCase
{
* Dummy test implementation.
* @return void
public function testDummy()
$this->markTestSkipped('Still to implement');
}