Skip to content

Instantly share code, notes, and snippets.

@naydav
Created October 26, 2017 07:37
Show Gist options
  • Save naydav/8ba5a0b80212c9e5503a46baba9195c9 to your computer and use it in GitHub Desktop.
Save naydav/8ba5a0b80212c9e5503a46baba9195c9 to your computer and use it in GitHub Desktop.
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Inventory\Test\Integration;
use PHPUnit\Framework\TestCase;
class FixtureTest extends TestCase
{
/**
* @magentoDataFixture ../../../../app/code/Magento/InventoryApi/Test/_files/products.php
*/
public function testFixture()
{
self::assertTrue(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment