Moved existing functional tests into resource server folder

This commit is contained in:
Alex Bilbie
2014-07-22 12:15:41 +01:00
parent 47a5c1ba08
commit 395ee3bf49
12 changed files with 23 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ 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
class AuthServerHelper extends \Codeception\Module
{
}

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 ResourceServerHelper extends \Codeception\Module
{
}