1
0
mirror of https://github.com/flarum/core.git synced 2025-02-23 18:54:38 +01:00
php-flarum/tests/_support/ApiHelper.php
2015-01-19 20:46:14 +10:30

11 lines
196 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 ApiHelper extends \Codeception\Module
{
}