1
0
mirror of https://github.com/flarum/core.git synced 2025-05-31 11:39:56 +02:00
php-flarum/tests/_support/AcceptanceHelper.php
2014-12-22 08:28:01 -05:00

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