Skip to content

Commit b4d12ef

Browse files
committed
MQE-237:[Generator] Add before and after logic to suites
- fixes from code review feedback
1 parent b1abe0d commit b4d12ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/tests/verification/Tests/SuiteGenerationTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: imeron
5-
* Date: 10/16/17
6-
* Time: 2:44 PM
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86

97
namespace tests\verification\Tests;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This directory is used for group object files. The framework will generate files to this directory for support of
2+
before and after logic run once (before and after) a suite of tests.

0 commit comments

Comments
 (0)