0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-25 08:57:55 +00:00
salesagility_SuiteCRM/tests/_support/Helper/api.php
2023-07-18 15:53:47 +01:00

14 lines
217 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 api extends Module
{
}