@@ -5,7 +5,7 @@ to use library lets developers run their test suites locally using Vagrant and o
5
5
modifications.
6
6
7
7
This package can be used for testing libraries in any language. It was originally built to support a PHP library,
8
- Fetch [ https://github.com/tedivm/Fetch ] , so there is some extra support for PHP developers already built in. I encourage
8
+ [ Fetch ] ( https://github.com/tedivm/Fetch ) , so there is some extra support for PHP developers already built in. I encourage
9
9
everyone to submit feature requests or, even better, pull requests to help make this package more consumable for other
10
10
languages.
11
11
@@ -25,14 +25,14 @@ environment.
25
25
26
26
## Server Settings
27
27
28
- > Username: ** testuser**
29
- > Password: ** applesauce**
30
- > IMAP: ** 143**
31
- > IMAPS: ** 993**
32
- > POP: ** 110**
33
- > POPS: ** 995**
34
- > Vagrant IP Address: ** 172.31.1.2**
35
- > Travis IP Address: ** 127.0.0.1**
28
+ * Username: ** testuser**
29
+ * Password: ** applesauce**
30
+ * IMAP: ** 143**
31
+ * IMAPS: ** 993**
32
+ * POP: ** 110**
33
+ * POPS: ** 995**
34
+ * Vagrant IP Address: ** 172.31.1.2**
35
+ * Travis IP Address: ** 127.0.0.1**
36
36
37
37
38
38
## PHP
@@ -76,4 +76,4 @@ turnaround, but also makes sure it isn't left running when not being used.
76
76
77
77
Just like with Vagrant, you simply need to run the SetupEnvironment.sh script before running your tests. Getting the
78
78
package onto Travis CI can be done through a package manager directly, as with the composer example above, or through
79
- through a wrapper script that pulls it directly from git.
79
+ through a wrapper script that pulls it directly from git.
0 commit comments