0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/tests/_support/Helper/Install.php
2023-07-18 15:53:47 +01:00

14 lines
221 B
PHP

<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
use Codeception\Module;
#[\AllowDynamicProperties]
class Install extends Module
{
}