HookActionsTest.php 572 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace tests\verification\Tests;
  7. use tests\util\MftfTestCase;
  8. class HookActionsTest extends MftfTestCase
  9. {
  10. /**
  11. * Tests flat generation of a hardcoded test file with no external references.
  12. *
  13. * @throws \Exception
  14. * @throws \Magento\FunctionalTestingFramework\Exceptions\TestReferenceException
  15. */
  16. public function testHookGenerationWithPersistedDeclarations()
  17. {
  18. $this->generateAndCompareTest('HookActionsTest');
  19. }
  20. }