psalm-plugin-laravel/tests/_support/Helper/Unit.php

11 lines
179 B
PHP
Raw Normal View History

2020-04-08 09:28:39 +02:00
<?php
2022-01-19 23:05:35 +01:00
2020-04-08 09:28:39 +02:00
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Unit extends \Codeception\Module
{
}