Skip to content

Commit afdbc6f

Browse files
committed
Update README with V2 documentation link
1 parent f1a1074 commit afdbc6f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.idea
12
/vendor/

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Slim Test Helpers [![Build Status](https://travis-ci.org/there4/slim-test-helpers.svg?branch=master)](https://travis-ci.org/there4/slim-test-helpers)
1+
# Slim 2 Test Helpers [![Build Status](https://travis-ci.org/there4/slim-test-helpers.svg?branch=master)](https://travis-ci.org/there4/slim-test-helpers)
22
> Integration testing helpers for the Slim Framework
33
4+
These helpers are built for *[Slim Framework 2][docs]*. For the latest release
5+
please see [the master branch][master].
6+
47
For a full example, please see the companion repo at [there4/slim-unit-testing-example][example].
58

69
## Example
@@ -72,3 +75,5 @@ your app [by extending][webtestcase] the `WebTestCase` helper.
7275
[example]: https://github.com/there4/slim-unit-testing-example
7376
[bootstrap]: https://github.com/there4/slim-unit-testing-example/blob/master/tests/bootstrap.php
7477
[webtestcase]: https://github.com/there4/slim-test-helpers/blob/master/src/There4/Slim/Test/WebTestCase.php
78+
[docs]: http://docs.slimframework.com/
79+
[master]: https://github.com/there4/slim-test-helpers/tree/master

0 commit comments

Comments
 (0)