You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,29 @@
11
11
12
12
# VisualPHPUnit
13
13
14
-
VisualPHPUnit is a visual front-end for PHPUnit. Current stable release is [v2.3.1](https://github.com/VisualPHPUnit/VisualPHPUnit/releases/tag/v2.3.1)
14
+
VisualPHPUnit is a visual front-end for PHPUnit.
15
15
16
16
## Versions
17
17
18
18
*[1.x](https://github.com/VisualPHPUnit/VisualPHPUnit/tree/1.x) Initial concept and code by [Matt Mueller](https://github.com/matthewmueller)
19
19
*[2.x](https://github.com/VisualPHPUnit/VisualPHPUnit/tree/2.x) A complete rewrite by [Nick Sinopoli](https://github.com/NSinopoli)
20
20
*[3.x](https://github.com/VisualPHPUnit/VisualPHPUnit/tree/3.x) A complete rewrite by [Johannes Skov Frandsen](https://github.com/localgod)
21
21
22
+
##Setup
23
+
24
+
* Checkout or download the VisualPHPUnit
25
+
* Run composer.php to install php dependecies.
26
+
* Run npm install
27
+
* Run bower install
28
+
* Run `./bin/vpu -c vpu.json -s` to start VisualPHPUnit with the build in php server.
29
+
* Run `./bin/vpu -c vpu.json -t` to stop VisualPHPUnit with the build in php server.
30
+
31
+
You may now browse localhost:8000 to acess the test suites.
32
+
33
+
You can update `./vpu.json` to add additional test suites.
34
+
35
+
You may run tests from the console like this `./bin/vpu -c vpu.json testfile.php`. You may append `-a` to archive your test results.
0 commit comments