Skip to content

Commit

Permalink
Adding Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeio committed Feb 11, 2018
1 parent f719772 commit c23acbd
Show file tree
Hide file tree
Showing 5 changed files with 2,734 additions and 672 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
This package is a wrapper around [erusev/parsedown](https://github.com/erusev/parsedown) for Laravel.
Parsedown is a Markdown syntax Parser.

## Prerequisites
* Laravael 5.5
## Version Compatibility

Laravel | Laraparse
:---------|:----------
5.5.x | 1.1.x
5.6.x | 1.1.x

## Installing

```
composer require "lkeio/laraparse:1.0.*"
composer require "lkeio/laraparse:1.1.*"
```

## Usage
Expand All @@ -34,6 +38,15 @@ composer require "lkeio/laraparse:1.0.*"
```

## Tests

On the root Package directory run :

```
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/LaraparseTests
```

## Versioning

I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/lkeio/Laraparse/tags).
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"erusev/parsedown": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
"phpunit/phpunit": "^7",
"orchestra/testbench": "~3.6"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c23acbd

Please sign in to comment.