1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 19:04:29 +02:00

Begin testing API (see #3)

This commit is contained in:
Toby Zerner
2015-01-19 20:46:14 +10:30
parent 49be8417a9
commit 2fcb1dc7c8
10 changed files with 3119 additions and 29 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 ApiHelper extends \Codeception\Module
{
}