1
0
mirror of https://github.com/flarum/core.git synced 2025-02-23 02:32:33 +01:00
php-flarum/tests/_support/UnitHelper.php
2014-12-22 08:28:01 -05:00

11 lines
197 B
PHP

<?php
namespace Codeception\Module;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class UnitHelper extends \Codeception\Module
{
}