Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Mar 27, 2019
1 parent 2a56e24 commit 749551f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* See COPYING.txt for license details.
*/

/**
* Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
*/
namespace Magento\TestFramework\Annotation;

use Magento\Framework\Component\ComponentRegistrar;
use PHPUnit\Framework\Exception;

/**
* Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
*/
class DataFixtureBeforeTransaction
{
/**
Expand Down Expand Up @@ -139,6 +139,8 @@ private function getModulePath(string $fixture)
}

/**
* Get annotations for test.
*
* @param \PHPUnit\Framework\TestCase $test
* @return array
*/
Expand Down

0 comments on commit 749551f

Please sign in to comment.