@@ -17,14 +17,21 @@ Additionally you'll need to add some cloud code to it.
17
17
To get started:
18
18
19
19
* [ Get Composer] , the PHP package manager.
20
- * Run " composer install" to download dependencies.
20
+ * Run ` composer install ` to download dependencies.
21
21
22
22
From here you have to setup an instance of parse server.
23
+ For your convenience we have included a testable version of parse server as a dev dependency.
23
24
24
- To get started quickly you can clone and run this [ parse server test] project.
25
+ To setup the Test Parse Server:
26
+ * [ Get npm] , you'll need this to install the server.
27
+ * Run ` npm install ` from the project root to download the server and it's dependencies.
28
+ * When you're ready to run tests use ` npm start ` from the project root to boot up the test server.
29
+
30
+ The embedded test server utilizes this [ parse server test] project.
25
31
It's setup with the appropriate configuration to run the php sdk test suite.
26
32
Additionally it handles setting up mongodb for the server.
27
33
34
+ If you have specific needs and would like to alter your test server you can fork and modify the aforementioned test project.
28
35
Alternately you can configure a compatible test server as follows:
29
36
30
37
* [ Setup a local Parse Server instance]
@@ -67,8 +74,8 @@ Please make sure that any new functionality (or issues) you are working on are c
67
74
If you have XDebug setup and can view code coverage please ensure that you do your best to completely cover any new code you are adding.
68
75
69
76
[ Get Composer ] : https://getcomposer.org/download/
77
+ [ Get npm ] : https://www.npmjs.com/get-npm
70
78
[ Contributor License Agreement ] : https://developers.facebook.com/opensource/cla
71
- [ Create Parse App ] : https://parse.com/apps/new
72
79
[ XDebug ] : https://xdebug.org/
73
80
[ parse server test ] : https://github.com/montymxb/parse-server-test
74
81
[ Setup a local Parse Server instance ] : https://github.com/parse-community/parse-server#user-content-locally
0 commit comments