Added acceptance tests for the basic app.

This commit is contained in:
Qiang Xue
2013-06-22 20:26:22 -04:00
parent 6c5dfc04f7
commit a5a2481b4f
28 changed files with 1677 additions and 14 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace Codeception\Module;
// here you can define custom functions for CodeGuy
class CodeHelper extends \Codeception\Module
{
}