framework/tests/_support/IntegrationHelper.php
Toby Zerner c91c1518d5 Integration tests for DiscussionRepository
Also add some TestDummy factories (needs more work)
2015-01-21 12:22:20 +10:30

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