1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Integration tests for DiscussionRepository

Also add some TestDummy factories (needs more work)
This commit is contained in:
Toby Zerner
2015-01-21 12:22:20 +10:30
parent 9cec5b8f41
commit c91c1518d5
6 changed files with 2105 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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
{
}