9 use Magento\Mtf\Constraint\AbstractConstraint;
10 use Magento\Install\Test\Page\Install;
11 use Magento\Install\Test\Fixture\Install as InstallConfig;
25 public function processAssert(Install $installPage, InstallConfig $installConfig)
27 \PHPUnit\Framework\Assert::assertEquals(
28 $installConfig->getKeyValue(),
29 $installPage->getInstallBlock()->getAdminInfo()[
'encryption_key'],
30 'Selected encryption key on install page not equals to data from fixture.' 41 return 'Selected encryption key displays on success full install page.';
processAssert(Install $installPage, InstallConfig $installConfig)