IOP-Patho/vendor/codeception/base/tests/support/Helper/Angular.php

11 lines
182 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Angular extends \Codeception\Module
{
}