Skip to content

Commit d233025

Browse files
committed
MQE-813: Assist DevOps with creation of flag or command for returning test metadata to build
- add missing PhpDoc
1 parent 19f1f3d commit d233025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/TestObject.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ public function getHooks()
103103
return $this->hooks;
104104
}
105105

106+
/**
107+
* Returns the number of a test actions contained within a single test (including before/after actions).
108+
*
109+
* @return int
110+
*/
106111
public function getTestActionCount()
107112
{
108113
$hookActions = 0;

0 commit comments

Comments
 (0)