1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00
invoiceninja/tests/_support/Helper/Acceptance.php

10 lines
184 B
PHP
Raw Normal View History

2015-08-20 17:09:04 +02:00
<?php
namespace Helper;
// here you can define custom actions
// all public methods declared in helper class will be available in $I
class Acceptance extends \Codeception\Module
{
}