1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

add codeception, update gitignore

This commit is contained in:
Mike Dugan
2014-12-22 08:28:01 -05:00
parent a0e8b98713
commit bf94197dcd
19 changed files with 4269 additions and 24 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 UnitHelper extends \Codeception\Module
{
}