Merge pull request #583 from herbertsg/TestFolders

Test Folders
This commit is contained in:
julceslauhub
2012-09-21 08:10:48 -07:00
9 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Use this folder to store the backend test units (PHPUnit).
This folder must reflect the directory structure of the project.

View File

@@ -0,0 +1,2 @@
Use this folder to include the front end test units. (Jasmine)
The structure inside this folder must reflect the proyect structure.