Class InjectableTests
Definition at line 16 of file InjectableTests.php.
◆ init()
Call the initialization of ObjectManager
Definition at line 73 of file InjectableTests.php.
75 $this->initObjectManager();
◆ prepareSuite()
Prepare test suite and apply application state
- Returns
- \Magento\Mtf\TestSuite\AppState
Definition at line 64 of file InjectableTests.php.
67 return $this->objectManager->create(\
Magento\
Mtf\TestSuite\AppState::class);
◆ run()
run |
( |
\PHPUnit\Framework\TestResult |
$result = null | ) |
|
Run collected tests
- Parameters
-
\PHPUnit\Framework\TestResult | $result | |
- Returns
- \PHPUnit\Framework\TestResult|void
@SuppressWarnings(PHPMD.UnusedFormalParameter)
Definition at line 41 of file InjectableTests.php.
44 $this->result = $this->createResult();
◆ suite()
◆ $objectManager
◆ $result
◆ $suite
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests.php